swc/.gitattributes

26 lines
945 B
Plaintext
Raw Normal View History

# Auto detect text files and perform LF normalization
* 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
*.html text eol=lf merge=union
*.debug text eol=lf merge=union
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