From e8c84c6f934af3baeb64c993f69a50745a2c7f93 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Thu, 27 Jul 2017 19:45:21 -0400 Subject: [PATCH] We can ignore some files --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..eab6e145 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +* text=auto + +/build export-ignore +.travis.yml export-ignore +README.md export-ignore +CONTRIBUTING.md export-ignore