From cbd0fdb3ae210fab94438123441383f50783bb6e Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 28 May 2020 13:05:37 +0200 Subject: [PATCH] Add .gitattributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..421c8f1e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# Exclude files related to git when generating an archive +.git* export-ignore +# Exclude ci-only scripts when generating an archive +bin/autoresolve export-ignore