.gitattributes to exclude .git* files from git-archive. (#539)

This relates to #519 and addresses the portion where "we can also
exclude things like /.github/ from the release".

Signed-off-by: Jaco Kroon <jaco@uls.co.za>
This commit is contained in:
Jaco Kroon
2024-12-30 05:47:21 +02:00
committed by GitHub
parent d4ec06ec58
commit 95594918d0

2
.gitattributes vendored Normal file
View File

@@ -0,0 +1,2 @@
# Exclude .git* files from being exported.
.git* export-ignore