From 64278958b0780958f87fea962dddcef8f27db291 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Fri, 3 Feb 2017 17:50:34 -0600 Subject: [PATCH] add .gitattributes to exclude readme from archive --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9057ec5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +README.md export-ignore \ No newline at end of file