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

1
.gitattributes vendored
View File

@ -11,3 +11,4 @@
**/tests/**/*.js linguist-detectable=false
**/tests/**/*.ts linguist-detectable=false
**/tests/**/*.css linguist-detectable=false