chore: Update linguist (#3991)

This commit is contained in:
magic-akari 2022-03-13 09:49:25 +08:00 committed by GitHub
parent abf6a1b294
commit 0312292410
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

15
.gitattributes vendored
View File

@ -9,6 +9,15 @@
*.json text eol=lf merge=union
*.debug text eol=lf merge=union
**/tests/**/*.js linguist-detectable=false
**/tests/**/*.ts linguist-detectable=false
**/tests/**/*.css linguist-detectable=false
**/tests/**/*.js linguist-detectable=false
**/tests/**/*.jsx linguist-detectable=false
**/tests/**/*.mjs linguist-detectable=false
**/tests/**/*.ts linguist-detectable=false
**/tests/**/*.tsx linguist-detectable=false
**/tests/**/*.css linguist-detectable=false
**/benches/**/*.js linguist-detectable=false
**/benches/**/*.jsx linguist-detectable=false
**/benches/**/*.mjs linguist-detectable=false
**/benches/**/*.ts linguist-detectable=false
**/benches/**/*.tsx linguist-detectable=false
**/benches/**/*.css linguist-detectable=false