chore: Ignore linguist detection for fixtures (#2285)

This commit is contained in:
Pig Fang 2021-09-22 18:07:00 +08:00 committed by GitHub
parent 2156364121
commit e5389700e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.gitattributes vendored
View File

@ -8,3 +8,6 @@
*.js text eol=lf merge=union
*.json text eol=lf merge=union
*.debug text eol=lf merge=union
**/tests/**/*.js linguist-detectable=false
**/tests/**/*.ts linguist-detectable=false