From c451c72efaaae5142ea10741cc720c12b139ce30 Mon Sep 17 00:00:00 2001 From: helpfulrobot Date: Sat, 16 Jan 2016 19:34:48 +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