From 15ba43e144bdfc9bf5f2f8bfe5efb94e18b4ab25 Mon Sep 17 00:00:00 2001 From: Matt Stevens Date: Tue, 27 Mar 2018 14:36:15 +0100 Subject: [PATCH] add .gitattributes to export-ignore non source files --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..532fff5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +* text=auto + +/test export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.scrutinizer.yml export-ignore +/.travis.yml export-ignore +/README.md export-ignore \ No newline at end of file