From 6508333803e58f1eaa59088f5ddc7ccebb105850 Mon Sep 17 00:00:00 2001 From: Bettina Heim Date: Wed, 28 Jun 2023 10:56:42 +0200 Subject: [PATCH] Adding export-ignores to .gitattributes --- .gitattributes | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 0652657069..8de02cde46 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,7 @@ -*.sh text eol=lf \ No newline at end of file +*.sh text eol=lf + +# Configure what will be included in source releases +.devcontainer export-ignore +.github export-ignore +.licenserc.yaml export-ignore +docker export-ignore