From 2ef4df3489ea59bb27a66e4106cb409f30aaab5f Mon Sep 17 00:00:00 2001 From: Marko Kaznovac Date: Tue, 5 Dec 2023 12:16:12 +0100 Subject: [PATCH] [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 --- symfony/asset-mapper/6.4/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/asset-mapper/6.4/manifest.json b/symfony/asset-mapper/6.4/manifest.json index c33d2eec..eecf6aec 100644 --- a/symfony/asset-mapper/6.4/manifest.json +++ b/symfony/asset-mapper/6.4/manifest.json @@ -7,7 +7,7 @@ "aliases": ["asset-mapper", "importmap"], "gitignore": [ "/%PUBLIC_DIR%/assets/", - "/assets/vendor" + "/assets/vendor/" ], "add-lines": [ {