]> git.mxchange.org Git - friendica.git/commitdiff
.gitkeep to allow addon(s) folders to exist by default
authorJulien Desrosiers <juliend2@gmail.com>
Sat, 1 Feb 2025 17:08:31 +0000 (12:08 -0500)
committerJulien Desrosiers <juliend2@gmail.com>
Sat, 1 Feb 2025 17:08:31 +0000 (12:08 -0500)
.gitignore

index 3a673832bd1c36bffef2a6db8031540de3dda32e..ac58473600b69bf581c0af5ec702c4f0f88456f0 100644 (file)
@@ -74,6 +74,9 @@ venv/
 #ignore addons directory
 /addons
 /addon
+# except those:
+!/addons/.gitkeep
+!/addon/.gitkeep
 
 #ignore base .htaccess
 /.htaccess