From fa78a98d9c27a5ec73f4fdf4648937c31ca3be99 Mon Sep 17 00:00:00 2001 From: helpfulrobot Date: Sat, 16 Jan 2016 18:29:44 +1300 Subject: [PATCH] Added standard .gitattributes file --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8e7a128 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +/tests export-ignore +/docs export-ignore +/.gitignore export-ignore +/.travis.yml export-ignore