From a0fc3c94e9d4f0c5d7e4dc58ca5a0c2be431d353 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Mon, 13 Sep 2021 15:44:57 -0400 Subject: [PATCH] Add export-ignore gitattributes --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..56aa4ef --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +.git* export-ignore +*.markdown export-ignore +*.md export-ignore