1
0
Fork 0
mirror of https://git.friendi.ca/friendica/friendica.git synced 2025-07-10 20:28:50 +00:00

.gitkeep to allow addon(s) folders to exist by default

This commit is contained in:
Julien Desrosiers 2025-02-01 12:08:31 -05:00
parent 3e43b27e83
commit 16b268f0ca

3
.gitignore vendored
View file

@ -74,6 +74,9 @@ venv/
#ignore addons directory
/addons
/addon
# except those:
!/addons/.gitkeep
!/addon/.gitkeep
#ignore base .htaccess
/.htaccess