If we follow the installation doc, it says to clone the addon repo inside this dir

which would fail if said dir exist and is not empty.
This commit is contained in:
Julien Desrosiers 2025-02-01 13:21:36 -05:00
parent 16b268f0ca
commit f1bf64a8ff
3 changed files with 11 additions and 13 deletions

4
.gitignore vendored
View file

@ -72,11 +72,7 @@ venv/
/.idea
#ignore addons directory
/addons
/addon
# except those:
!/addons/.gitkeep
!/addon/.gitkeep
#ignore base .htaccess
/.htaccess