From 9fb8e7857de021e8ae65ec22e87f5053d6edb158 Mon Sep 17 00:00:00 2001 From: Kyle Date: Fri, 3 Feb 2017 21:38:42 +0100 Subject: [PATCH] Optimize for production export --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b32ddd7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +/examples export-ignore +/tests export-ignore +/.codeclimate.yml export-ignore +/.editorconfig export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.styleci.yml export-ignore +/.travis.yml export-ignore +/*.md export-ignore +/phpunit.xml export-ignore