From 424b1c04dd21bcf10d05378d08837dc54e24c251 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Mon, 31 Jul 2017 17:36:33 +1200 Subject: [PATCH] FIX: Include .env.example and .editorconfig in git export MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .gitattributes | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index d33a7e9..f1cff72 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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