mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 00:32:15 +03:00
chore: Ignore linguist detection for CSS test files (#3831)
This commit is contained in:
parent
2974775fff
commit
8755ce160f
13
.gitattributes
vendored
13
.gitattributes
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user