Skip to content

Commit f95a970

Browse files
authored
Add linguist overrides to increase language accuracy (#4511)
1 parent ecc8d4a commit f95a970

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitattributes

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Allow dart files in examples/ to be detectable
2+
examples/**/*.dart -linguist-documentation
3+
4+
# Prevent generated JS files from being detectable
5+
*.dart.js -linguist-detectable

0 commit comments

Comments
 (0)