From 0cfd3d80f58710838bdb71f30ff5683ede40038f Mon Sep 17 00:00:00 2001 From: helpfulrobot Date: Fri, 15 Jan 2016 16:53:11 +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