[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:
Marko Kaznovac
2023-12-05 12:16:12 +01:00
committed by GitHub
parent bac1831001
commit 2ef4df3489
+1 -1
View File
@@ -7,7 +7,7 @@
"aliases": ["asset-mapper", "importmap"],
"gitignore": [
"/%PUBLIC_DIR%/assets/",
"/assets/vendor"
"/assets/vendor/"
],
"add-lines": [
{