From 6995a9ae71f8dd048376d0aa14391b3b7069a751 Mon Sep 17 00:00:00 2001 From: Ryan Tomayko Date: Mon, 4 Aug 2014 08:48:21 -0700 Subject: [PATCH] Exclude .gitignore and .gitattributes files from archives --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..9afc93bcc --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +.gitignore export-ignore +.gitattributes export-ignore