From 3d53bce1a8262cf5b129d3a0ff6c671d949b5282 Mon Sep 17 00:00:00 2001 From: Andrew Ayer Date: Sun, 16 Nov 2014 17:28:41 -0800 Subject: [PATCH] Add .gitattributes file to ignore .git files when creating archive --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e4504cf --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +.git* export-ignore