mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-27 10:32:08 +00:00
55 lines
744 B
Plaintext
55 lines
744 B
Plaintext
# merger hooks, run tools/hooks/install.bat or install.sh to set up
|
|
*.dmm text merge=dmm eol=crlf
|
|
*.dmi binary merge=dmi
|
|
|
|
# force changelog merging to use union
|
|
html/changelog.html merge=union
|
|
|
|
# Enforce Line Endings
|
|
* text=auto
|
|
|
|
*.ai binary
|
|
*.exe binary
|
|
*.fla binary
|
|
*.gif binary
|
|
*.jar binary
|
|
*.jpg binary
|
|
*.mid binary
|
|
*.ogg binary
|
|
*.pdb binary
|
|
*.png binary
|
|
*.psd binary
|
|
*.s3m binary
|
|
*.sav binary
|
|
*.so binary
|
|
*.svg binary
|
|
*.wav binary
|
|
*.xcf binary
|
|
*.xlsx binary
|
|
|
|
*.awk text
|
|
*.bat text
|
|
*.conf text
|
|
*.cpp text
|
|
*.cs text
|
|
*.css text
|
|
*.dm text
|
|
*.dmf text
|
|
*.gitkeep text
|
|
*.hook text
|
|
*.html text
|
|
*.java text
|
|
*.js text
|
|
*.json text
|
|
*.log text
|
|
*.map text
|
|
*.md text
|
|
*.php text
|
|
*.py text
|
|
*.scss text
|
|
*.sh text
|
|
*.sql text
|
|
*.tmpl text
|
|
*.txt text
|
|
*.vue text
|