mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 08:34:33 +00:00
18 lines
257 B
Plaintext
18 lines
257 B
Plaintext
# Auto detect text files and perform LF normalization
|
|
* text=auto
|
|
|
|
|
|
# Files which should be always normalized
|
|
*.php text
|
|
*.js text
|
|
*.css text
|
|
*.htaccess text
|
|
*.tpl text
|
|
*.html text
|
|
|
|
# Binaries
|
|
*.png binary
|
|
*.jpg binary
|
|
*.ico binary
|
|
*.gif binary
|
|
*.zip binary |