flarum/storage
Daniël Klabbers c5304b93f1 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.
2025-02-25 22:25:18 +01:00
..
cache fix: storage folders drop with composer install 2025-02-25 22:25:18 +01:00
formatter fix: storage folders drop with composer install 2025-02-25 22:25:18 +01:00
less fix: storage folders drop with composer install 2025-02-25 22:25:18 +01:00
locale fix: storage folders drop with composer install 2025-02-25 22:25:18 +01:00
logs fix: storage folders drop with composer install 2025-02-25 22:25:18 +01:00
sessions fix: storage folders drop with composer install 2025-02-25 22:25:18 +01:00
tmp fix: storage folders drop with composer install 2025-02-25 22:25:18 +01:00
views fix: storage folders drop with composer install 2025-02-25 22:25:18 +01:00