summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
author♚ PH⑦ de Soria™♛ <hi@ph7.me>2022-02-08 06:32:27 +1030
committerGitHub <noreply@github.com>2022-02-08 06:32:27 +1030
commitfe6d333c60e782ad091d4a7a2ae865978c9c4398 (patch)
treee77d1d9ca943364fc2aa7cecdd18828b1d3690fb /.gitattributes
parent50c4604857c4dbe073707a85ed021758cd846ff5 (diff)
downloadsmarty-fe6d333c60e782ad091d4a7a2ae865978c9c4398.tar.gz
smarty-fe6d333c60e782ad091d4a7a2ae865978c9c4398.tar.bz2
smarty-fe6d333c60e782ad091d4a7a2ae865978c9c4398.zip
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/
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 2 insertions, 1 deletions
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