From e505f8ab71d161d2d0be1d97782e5ea9c8124b2c Mon Sep 17 00:00:00 2001 From: El RIDO Date: Mon, 26 Dec 2016 12:19:33 +0100 Subject: [PATCH] excluding some development files from being packaged --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 345f98d0..e26be35a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,6 +2,7 @@ doc/ export-ignore tst/ export-ignore .codeclimate.yml export-ignore .csslintrc export-ignore +.dockerignore export-ignore .editorconfig export-ignore .eslintignore export-ignore .eslintrc export-ignore @@ -9,4 +10,6 @@ tst/ export-ignore .github export-ignore .gitignore export-ignore .php_cs export-ignore +.styleci.yml export-ignore .travis.yml export-ignore +Dockerfile export-ignore