From e31edd29d24b02225699cdad109b2da77ca7f94b Mon Sep 17 00:00:00 2001 From: David Sevilla Martin Date: Thu, 18 May 2017 18:42:53 -0400 Subject: [PATCH] Exclude files for distribution using .gitignore --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitattributes b/.gitattributes index fd2e781ca..d771689fa 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,5 +2,10 @@ .gitignore export-ignore .gitmodules export-ignore .travis.yml export-ignore +.editorconfig export-ignore +.styleci.yml export-ignore + +phpunit.xml export-ignore +tests export-ignore js/*/dist/*.js -diff