Files
TravianZ/.gitattributes
T
Neranjen e081116620 Normalize Line Endings
Added a gitattributes file to normalize line endings.
2012-06-18 03:06:11 +05:30

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