From 9ba5fc2485303b1e70b8a0c7f02dbd58b15b7a6f Mon Sep 17 00:00:00 2001 From: James McCoy Date: Mon, 9 Nov 2020 15:30:58 -0500 Subject: [PATCH] Exclude git metadata from exports Signed-off-by: James McCoy --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..de2f316 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +.gitignore export-ignore +.gitattributes export-ignore