From b83e2b8d26eff230f4be1c782a24b61f6ada691b Mon Sep 17 00:00:00 2001 From: Tom Schlick Date: Fri, 11 Aug 2017 23:14:11 -0400 Subject: [PATCH] gitattributes --- .gitattributes.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitattributes.txt diff --git a/.gitattributes.txt b/.gitattributes.txt new file mode 100644 index 0000000..bb6265e --- /dev/null +++ b/.gitattributes.txt @@ -0,0 +1,11 @@ +# Path-based git attributes +# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html + +# Ignore all test and documentation with "export-ignore". +/.gitattributes export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore +/phpunit.xml.dist export-ignore +/.scrutinizer.yml export-ignore +/tests export-ignore +/.editorconfig export-ignore