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/
This commit is contained in:
♚ PH⑦ de Soria™♛
2022-02-08 06:32:27 +10:30
committed by GitHub
parent 50c4604857
commit fe6d333c60

3
.gitattributes vendored
View File

@@ -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