From 0bc8182d9b004cd4935d8165f607fb8be0c3a03e Mon Sep 17 00:00:00 2001 From: Jason Self Date: Sun, 21 Apr 2019 09:01:30 -0700 Subject: [PATCH] Add .gitattributes Exclude undesired files from git archive. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d7162af --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +.gitattributes export-ignore +.gitignore export-ignore \ No newline at end of file -- 2.31.1