From 1ea9fdaef529175336d1e03f4703884d125cef42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Dufraisse?= Date: Sun, 26 Feb 2023 02:18:38 +0100 Subject: [PATCH] fix(.htaccess): more accurate catch --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitignore b/.gitignore index 0aa7fb7..fd63b60 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,18 @@ # logs *.log +# Folder except required +*/ +!public/ +!sites/ +sites/* +!sites/default/ +!sites/default/** +!content/ +!content/** +!docs/ +!docs/** + # Composer vendor/*