mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-01 21:21:59 +00:00
24 lines
462 B
Plaintext
24 lines
462 B
Plaintext
* text=auto
|
|
|
|
## Enforce text mode and LF line breaks
|
|
*.js text eol=lf
|
|
*.jsx text eol=lf
|
|
*.cjs text eol=lf
|
|
*.mjs 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
|
|
*.svg text eol=lf
|
|
yarn.lock text eol=lf
|
|
bin/tgui text eol=lf
|
|
|
|
## Treat bundles as binary and ignore them during conflicts
|
|
.yarn/releases/**/* binary
|
|
.yarn/plugins/**/* binary
|