Skip to content

Commit e9a7ede

Browse files
authored
Merge pull request #3 from andrewhibbert/fix_gitattributes
Fix: Add .gitattributes
2 parents 06fd102 + 724d4c4 commit e9a7ede

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)