Add .gitattributes to exclude test data files from language statistics
This commit is contained in:
parent
c971117e67
commit
e889b58aec
1 changed files with 3 additions and 0 deletions
3
.gitattributes
vendored
Normal file
3
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
# Exclude test data files from language statistics
|
||||||
|
**/tests/*.xml linguist-vendored=true
|
||||||
|
**/tests/*.json linguist-vendored=true
|
||||||
Loading…
Add table
Add a link
Reference in a new issue