From 70442be0648837a7727ff133f237b89267c4ac99 Mon Sep 17 00:00:00 2001 From: helpfulrobot Date: Sat, 16 Jan 2016 20:17:36 +1300 Subject: [PATCH] Added standard .gitattributes file --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ecb0b58 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +/.travis.yml export-ignore