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:
Sam Minnee 2017-07-31 17:36:33 +12:00
parent d3de9e075f
commit 424b1c04dd
1 changed files with 0 additions and 2 deletions

2
.gitattributes vendored
View File

@ -1,6 +1,4 @@
.cow.json export-ignore
.editorconfig export-ignore
.env.example export-ignore
.gitattributes export-ignore
.travis.yml export-ignore
behat.yml export-ignore