Skip to content

Commit 2ef4df3

Browse files
authored
[AssetMapper] gitignore /assets/vendor/ as a directory
this is more to be consistent with the `/public/assets/` gitignore line above the fixed one; the set line is just fine
1 parent bac1831 commit 2ef4df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony/asset-mapper/6.4/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"aliases": ["asset-mapper", "importmap"],
88
"gitignore": [
99
"/%PUBLIC_DIR%/assets/",
10-
"/assets/vendor"
10+
"/assets/vendor/"
1111
],
1212
"add-lines": [
1313
{

0 commit comments

Comments
 (0)