mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
FIX: Include .env.example and .editorconfig in git export
The “export” downloads of the installer should include these two files as they are of use to regular developers. * .editorconfig encourages the use of our standard code format * .env.example is a helper for new developers
This commit is contained in:
parent
d3de9e075f
commit
424b1c04dd
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -1,6 +1,4 @@
|
|||||||
.cow.json export-ignore
|
.cow.json export-ignore
|
||||||
.editorconfig export-ignore
|
|
||||||
.env.example export-ignore
|
|
||||||
.gitattributes export-ignore
|
.gitattributes export-ignore
|
||||||
.travis.yml export-ignore
|
.travis.yml export-ignore
|
||||||
behat.yml export-ignore
|
behat.yml export-ignore
|
||||||
|
Loading…
Reference in New Issue
Block a user