Skip to content

Commit 4db30a2

Browse files
committed
chore: add .gitattributes to exclude docs and templates from language stats
1 parent 6daaf4c commit 4db30a2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Tell GitHub Linguist not to count the docs site in language stats
2+
docs/index.html linguist-documentation=true
3+
4+
# Treat shell templates as non-code for stats (they inflate Shell %)
5+
pkg/tmpl/scripts/*.sh linguist-vendored=true

0 commit comments

Comments
 (0)