From 16b268f0cab971343e8f87b66ca81809442b3abe Mon Sep 17 00:00:00 2001 From: Julien Desrosiers Date: Sat, 1 Feb 2025 12:08:31 -0500 Subject: [PATCH] .gitkeep to allow addon(s) folders to exist by default --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 3a673832bd..ac58473600 100644 --- a/.gitignore +++ b/.gitignore @@ -74,6 +74,9 @@ venv/ #ignore addons directory /addons /addon +# except those: +!/addons/.gitkeep +!/addon/.gitkeep #ignore base .htaccess /.htaccess