Commit Graph

3 Commits (v2.0.0-beta.3)

Author SHA1 Message Date
Daniël Klabbers abe2774a71 Revert "fix: storage folders drop with composer install"
This reverts commit c5304b93f1.
2025-02-25 22:32:12 +01:00
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
Toby Zerner e3b14ea8ce Reorganise storage directories 2015-10-07 23:09:09 +10:30