From 3d057997450de6110323ce8b76cbffed3d0cc4e0 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Tue, 17 Oct 2023 10:16:56 +0200 Subject: [PATCH] [git] Ignore Tests/Data and web/content on `git archive`. --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index 3491fef384e..3c92c4bd48e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,3 +8,7 @@ *.h hooks.style=uncrustify *.cpp hooks.style=uncrustify *.hpp hooks.style=uncrustify + +# git archive ignores +Tests/Data export-ignore +web/content export-ignore -- GitLab