2020-01-04 07:33:25 +03:00
|
|
|
# Auto detect text files and perform LF normalization
|
|
|
|
* text=auto
|
|
|
|
|
|
|
|
|
2022-03-03 18:31:13 +03:00
|
|
|
*.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
|
2021-09-22 13:07:00 +03:00
|
|
|
|
2022-03-13 04:49:25 +03:00
|
|
|
**/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
|
2022-04-04 07:12:45 +03:00
|
|
|
**/tests/**/*.html linguist-detectable=false
|
2022-03-13 04:49:25 +03:00
|
|
|
**/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
|
2022-04-04 07:12:45 +03:00
|
|
|
**/benches/**/*.css linguist-detectable=false
|
|
|
|
**/benches/**/*.html linguist-detectable=false
|