Files
CHOMPStation2/tgui/.gitattributes
Chompstation Bot 331e5230d6 TGUI 4.3
2021-06-19 04:46:36 -04:00

23 lines
491 B
Plaintext

* text=auto
## Enforce text mode and LF line breaks
*.js text eol=lf
*.jsx text eol=lf
*.ts text eol=lf
*.tsx text eol=lf
*.css text eol=lf
*.scss text eol=lf
*.html text eol=lf
*.json text eol=lf
*.yml text eol=lf
*.md text eol=lf
*.bat text eol=lf
yarn.lock text eol=lf
bin/tgui text eol=lf
## Treat bundles as binary and ignore them during conflicts
*.bundle.* binary merge=tgui-merge-bundle
*.chunk.* binary merge=tgui-merge-bundle
.yarn/releases/**/* binary
.yarn/plugins/**/* binary