diff --git a/lexik/jwt-authentication-bundle/2.3/manifest.json b/lexik/jwt-authentication-bundle/2.3/manifest.json index a260fddb..47c46bb0 100644 --- a/lexik/jwt-authentication-bundle/2.3/manifest.json +++ b/lexik/jwt-authentication-bundle/2.3/manifest.json @@ -11,5 +11,8 @@ "JWT_PRIVATE_KEY_PATH": "%CONFIG_DIR%/jwt/private.pem", "JWT_PUBLIC_KEY_PATH": "%CONFIG_DIR%/jwt/public.pem", "JWT_PASSPHRASE": "%generate(secret)%" - } + }, + "gitignore": [ + "%CONFIG_DIR%/jwt/*.pem" + ] }