Skip to content

Commit 46203fa

Browse files
committed
Exclude .git* files from released source archives.
1 parent 4f6e79b commit 46203fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# This is used to filter the contents of generated source zip and tar files
2+
# when a release is minted on github.
3+
# Exclude .gitignore and similar internal git helpers.
4+
.git* export-ignore

0 commit comments

Comments
 (0)