From 2f415311a937d7f8117c5308401918130caa0cad Mon Sep 17 00:00:00 2001 From: helpfulrobot Date: Sat, 21 Nov 2015 20:10:52 +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