mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
26 lines
518 B
Plaintext
26 lines
518 B
Plaintext
## Enforce text mode and LF line breaks
|
|
*.cjs text eol=lf
|
|
*.css text eol=lf
|
|
*.js text eol=lf
|
|
*.jsx text eol=lf
|
|
*.scss text eol=lf
|
|
*.ts text eol=lf
|
|
*.tsx text eol=lf
|
|
|
|
## Enforce binary mode
|
|
*.dll binary
|
|
*.exe binary
|
|
*.so binary
|
|
*.zip binary
|
|
|
|
# dmm map merger hook
|
|
# needs additional setup, see tools/mapmerge/install.txt
|
|
# *.dmm merge=merge-dmm
|
|
|
|
# dmi icon merger hook
|
|
# needs additional setup, see tools/dmitool/merging.txt
|
|
*.dmi merge=merge-dmi
|
|
|
|
# force changelog merging to use union
|
|
html/changelog.html merge=union
|