From 23164f2c16ff937d5cba71175fe8e60c67befd2c Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Tue, 1 Dec 2020 16:53:34 +0000 Subject: [PATCH] Create .gitattributes Removes a few files unnecessary from the source tarball --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..54bed50 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +/.github/ export-ignore +/.bumpversion.cfg export-ignore +/.dockerignore export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore