Skip to content

Commit ea40ecb

Browse files
committed
gitattributes: exclude pre-commit config from source archive
Signed-off-by: Benjamin Gilbert <bgilbert@cs.cmu.edu>
1 parent 38c5d7e commit ea40ecb

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.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)