From ad5c6eb949e78474da1c843a7445a23fe72e5925 Mon Sep 17 00:00:00 2001 From: helpfulrobot Date: Fri, 15 Jan 2016 16:51:49 +1300 Subject: [PATCH] Added standard .gitattributes file --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..cc4e1da --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +/tests export-ignore +/docs export-ignore +/.travis.yml export-ignore