From 0da42be3a0f53ffd0927ad8cf7b28d5c3d27546b Mon Sep 17 00:00:00 2001 From: Glutanimate Date: Mon, 28 Mar 2016 15:57:49 +0200 Subject: [PATCH] Add .gitattributes --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..9a176b35 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# used to remove files from deployment +# git files +.gitattributes export-ignore +.gitignore export-ignore +# screenshots +/screenshots export-ignore \ No newline at end of file