blob: e9219012c88a79cbd56c901f14347468d4399c3c (
plain)
1
2
3
4
5
|
# Exclude build and tool scripts from language statistics
x linguist-vendored=true
gradlew linguist-vendored=true
.github/scripts/post-test-results.sh linguist-vendored=true
docs/.vitepress/theme/*.vue linguist-vendored=true
|