chore: Ignore linguist detection for CSS test files (#3831)

This commit is contained in:
Pig Fang 2022-03-03 23:31:13 +08:00 committed by GitHub
parent 2974775fff
commit 8755ce160f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
.gitattributes vendored
View File

@ -2,12 +2,13 @@
* text=auto
*.ts text eol=lf merge=union
*.tsx text eol=lf merge=union
*.rs text eol=lf merge=union
*.js text eol=lf merge=union
*.json text eol=lf merge=union
*.debug text eol=lf merge=union
*.ts text eol=lf merge=union
*.tsx text eol=lf merge=union
*.rs text eol=lf merge=union
*.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
**/tests/**/*.css linguist-detectable=false