Skip to content

Commit bd24721

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #387
2 parents 4ccc108 + d53ebf5 commit bd24721

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

lexik/jwt-authentication-bundle/2.3/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"JWT_PASSPHRASE": "%generate(secret)%"
1414
},
1515
"gitignore": [
16-
"%CONFIG_DIR%/jwt/*.pem"
16+
"/%CONFIG_DIR%/jwt/*.pem"
1717
]
1818
}

symfony/framework-bundle/3.3/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"#TRUSTED_HOSTS": "localhost,example.com"
1919
},
2020
"gitignore": [
21-
".env",
22-
"/public/bundles/",
23-
"/var/",
21+
"/.env",
22+
"/%PUBLIC_DIR%/bundles/",
23+
"/%VAR_DIR%/",
2424
"/vendor/"
2525
]
2626
}

symfony/web-server-bundle/3.3/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"Symfony\\Bundle\\WebServerBundle\\WebServerBundle": ["dev"]
44
},
55
"gitignore": [
6-
".web-server-pid"
6+
"/.web-server-pid"
77
],
88
"aliases": ["web-server", "server"]
99
}

symfony/webpack-encore-pack/1.0/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"aliases": ["encore", "webpack", "webpack-encore"],
88
"gitignore": [
99
"/node_modules/",
10-
"/public/build/"
10+
"/%PUBLIC_DIR%/build/"
1111
]
1212
}

0 commit comments

Comments
 (0)