From fa1b8652f124b974a55c64ddaa6f5da745034069 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Tue, 17 Apr 2018 17:50:06 -0400 Subject: [PATCH] Add .gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..50afa41 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +.git* export-ignore +*.markdown export-ignore