Skip to content

Commit

Permalink
Merge pull request #1264 from kaznovac/patch-3
Browse files Browse the repository at this point in the history
[AssetMapper] gitignore `/assets/vendor/` as a directory
  • Loading branch information
fabpot authored Jan 18, 2024
2 parents 0ff0a0a + 2ef4df3 commit cb7411b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symfony/asset-mapper/6.4/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"aliases": ["asset-mapper", "importmap"],
"gitignore": [
"/%PUBLIC_DIR%/assets/",
"/assets/vendor"
"/assets/vendor/"
],
"composer-scripts": {
"importmap:install": "symfony-cmd"
Expand Down

0 comments on commit cb7411b

Please sign in to comment.