Skip to content

Commit b6a1888

Browse files
committed
Add generated public and private keys to .gitignore
1 parent 8ffabc5 commit b6a1888

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

league/oauth2-server-bundle/0.4/manifest.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@
1010
"OAUTH_PUBLIC_KEY": "%kernel.project_dir%/%CONFIG_DIR%/jwt/public.pem",
1111
"OAUTH_PASSPHRASE": "%generate(secret)%",
1212
"OAUTH_ENCRYPTION_KEY": "%generate(secret)%"
13-
}
13+
},
14+
"gitignore": [
15+
"/%CONFIG_DIR%/jwt/*.pem"
16+
]
1417
}

0 commit comments

Comments
 (0)