Skip to content

Commit b1c5507

Browse files
authored
use precise explicit slash (#209)
be consistent with other .gitignore files
1 parent 62ed0df commit b1c5507

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

shopware/core/6.4/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
"!/var/.htaccess",
6363
"/auth.json",
6464
"/install.lock",
65-
"public/asset-manifest.json",
66-
"files/asset-manifest.json"
65+
"/public/asset-manifest.json",
66+
"/files/asset-manifest.json"
6767
],
6868
"composer-scripts": {
6969
"assets:install": "symfony-cmd"

shopware/core/6.6/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"!/var/.htaccess",
6363
"/auth.json",
6464
"/install.lock",
65-
"public/asset-manifest.json"
65+
"/public/asset-manifest.json"
6666
],
6767
"composer-scripts": {
6868
"assets:install": "symfony-cmd"

shopware/core/6.7/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"!/var/.htaccess",
6464
"/auth.json",
6565
"/install.lock",
66-
"public/asset-manifest.json"
66+
"/public/asset-manifest.json"
6767
],
6868
"composer-scripts": {
6969
"assets:install": "symfony-cmd"

0 commit comments

Comments
 (0)