Files
VOREStation/tgui/.gitattributes
ItsSelis 464c636bcc Way smaller git updates
Binary enforcing


oop forgot


Rebuilt yarn.lock
2022-06-25 22:14:43 +02:00

23 lines
410 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
*.bundle.* binary
*.chunk.* binary
.yarn/releases/**/* binary
.yarn/plugins/**/* binary