Skip to content

Commit 37cf1e1

Browse files
authored
Merge pull request #94 from bgilbert/export
gitattributes: exclude pre-commit config from source archive
2 parents 38c5d7e + ea40ecb commit 37cf1e1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.gitattributes

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Don't include Git/GitHub metadata in release tarballs
2-
.gitattributes export-ignore
3-
.gitignore export-ignore
4-
/.github export-ignore
1+
# Don't include tool metadata in source archive
2+
.gitattributes export-ignore
3+
.gitignore export-ignore
4+
/.github export-ignore
5+
/.pre-commit-config.yaml export-ignore

0 commit comments

Comments
 (0)