From 14b5376ba81166c6b81d3848dc6211eb25419232 Mon Sep 17 00:00:00 2001 From: helpfulrobot Date: Thu, 19 Nov 2015 19:11:54 +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 0000000..475f5f2 --- /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