From 308ed0a75246138f75890f97e22cb7511b2bc02b Mon Sep 17 00:00:00 2001 From: helpfulrobot Date: Sat, 16 Jan 2016 17:51:31 +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..16daf97 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +/tests export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore