fix: we need to include the gitignores

We need to include gitignores so that installations with composer will
include these files in storage. This will assist people in committing
new installs into git without losing those folders.

The previous commit was reverted because it would mark these folders to
be tracked by git again, which is not what we want.
2.x
Daniël Klabbers 2025-02-25 22:33:21 +01:00
parent abe2774a71
commit 071217b736
1 changed files with 0 additions and 1 deletions

1
.gitattributes vendored
View File

@ -1,5 +1,4 @@
.gitattributes export-ignore
.gitignore export-ignore
.gitmodules export-ignore
composer.lock -merge