From fe6d333c60e782ad091d4a7a2ae865978c9c4398 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=99=9A=20PH=E2=91=A6=20de=20Soria=E2=84=A2=E2=99=9B?= Date: Tue, 8 Feb 2022 06:32:27 +1030 Subject: [PATCH] Ignore `.github` folder for distribution `.github` wasn't added here was it got created. However, we don't want `.github` for the distribution builds. Further info about this: https://www.pixelite.co.nz/article/using-git-attributes-exclude-files-your-release/ --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 4ba2fe45..bbf8135e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,7 +7,8 @@ # exclude from git export /tests export-ignore -/utilities/ export-ignore +/utilities export-ignore +/.github export-ignore /.gitattributes export-ignore /.gitignore export-ignore