From a89028a51c706667097b9ee1e2abe2367a4f032d Mon Sep 17 00:00:00 2001 From: Leo Feyer Date: Fri, 31 Aug 2018 15:29:07 +0200 Subject: [PATCH] Add missing gitignore paths --- contao/core-bundle/4.6/manifest.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contao/core-bundle/4.6/manifest.json b/contao/core-bundle/4.6/manifest.json index 0c538cd8..f9f6875c 100644 --- a/contao/core-bundle/4.6/manifest.json +++ b/contao/core-bundle/4.6/manifest.json @@ -12,6 +12,10 @@ "gitignore": [ "/assets/", "/files/", + "/public/assets", + "/public/files/", + "/public/share/", + "/public/system/", "/system/*", "!/system/config/", "/system/config/localconfig.php",