fix: storage folders drop with composer install

When you install using composer the .gitattributes causes the gitignore
files inside the storage folders (and the root) to disappear. If you
then try to commit the project to git it won't include these folders,
nor show you that you can include them.

With this change we renamed the gitignores to gitkeep to ensure these
files remain part of your installation when installing with composer.
They will then also show up in your git to be versioned.
2.x
Daniël Klabbers 2025-02-25 22:25:18 +01:00
parent 1f2c192401
commit c5304b93f1
8 changed files with 0 additions and 0 deletions