mirror of https://github.com/flarum/flarum
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
parent
abe2774a71
commit
071217b736
|
@ -1,5 +1,4 @@
|
|||
.gitattributes export-ignore
|
||||
.gitignore export-ignore
|
||||
.gitmodules export-ignore
|
||||
|
||||
composer.lock -merge
|
||||
|
|
Loading…
Reference in New Issue