Files
VOREStation/.gitattributes
T
2023-11-20 13:58:41 +01:00

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