From 75ece1710c6b91fc4348123842e9ad5850197a8b Mon Sep 17 00:00:00 2001 From: helpfulrobot Date: Wed, 16 Dec 2015 11:07:17 +1300 Subject: [PATCH] Added standard git attributes --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..475f5f20 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +/tests export-ignore +/docs export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore +/.scrutinizer.yml export-ignore