From 0b15feb4e9580f52b7870680f4ddc9d2cf4b0f13 Mon Sep 17 00:00:00 2001 From: sgiehl Date: Mon, 24 Feb 2020 10:05:24 +0100 Subject: [PATCH] ignore .github files in export --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index b55eb771a20..55afc129f14 100644 --- a/.gitattributes +++ b/.gitattributes @@ -48,6 +48,7 @@ plugins/*/tests/UI/expected-screenshots/*.png filter=lfs diff=lfs merge=lfs # Files excluded from git packages tests/ export-ignore +.github/ export-ignore .coveralls.yml export-ignore .gitignore export-ignore .gitattributes export-ignore