.gitattributes 364 B

1234567891011121314
  1. # Auto detect text files and perform LF normalization
  2. * text=auto
  3. *.ts text eol=lf merge=union
  4. *.tsx text eol=lf merge=union
  5. *.rs text eol=lf merge=union
  6. *.js text eol=lf merge=union
  7. *.json text eol=lf merge=union
  8. *.debug text eol=lf merge=union
  9. # Generated codes
  10. index.js linguist-detectable=false
  11. index.d.ts linguist-detectable=false