Skip to content

Commit b7ce266

Browse files
authored
ignore old pkl code
Add .gitattributes to mark generated .pkl files.
1 parent 262e46f commit b7ce266

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Mark generated code so GitHub Linguist collapses it in diffs and excludes from stats
2+
# Reference: https://github.com/github-linguist/linguist/blob/main/docs/overrides.md#generated-code
3+
4+
# old pkl files
5+
.pkl/** linguist-generated

0 commit comments

Comments
 (0)