mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
[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
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"aliases": ["asset-mapper", "importmap"],
|
||||
"gitignore": [
|
||||
"/%PUBLIC_DIR%/assets/",
|
||||
"/assets/vendor"
|
||||
"/assets/vendor/"
|
||||
],
|
||||
"add-lines": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user