Skip to content

Commit 724d4c4

Browse files
committed
Fix: Add .gitattributes
1 parent 06fd102 commit 724d4c4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Exclude test code from language statistics
2+
tests/** linguist-vendored
3+
4+
# Ensure examples are not excluded
5+
examples/** -linguist-vendored -linguist-documentation

0 commit comments

Comments
 (0)