From 5506c496dbaa6f85ea0b7803336f42ab0c6620a4 Mon Sep 17 00:00:00 2001 From: Christian Stein Date: Tue, 17 Dec 2019 17:58:45 +0100 Subject: [PATCH] Adding gitattributes file --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0f04751 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Exclude files related to git when generating an archive +.git* export-ignore + +# Include version information on `git archive' +VERSION export-subst