From 7f65a6c145e981dbab19c58bd7d4efe5ff7deb73 Mon Sep 17 00:00:00 2001 From: Justin Foell Date: Fri, 29 Sep 2017 11:37:43 -0500 Subject: [PATCH] Ignore .gitignore on export --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0508865 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +.gitattributes export-ignore +.gitignore export-ignore