server/.gitattributes
Enno Rehling 632322a445 additional testing
improved directory detection in build script
2014-03-16 14:19:51 -07:00

15 lines
283 B
Text

*.[hc] text
*.json text
*.xml text
*.py text
*.md text
*.txt text
*.lua text
*.bat text
# Shell scripts should *always* be LF, regardless of platfrom
s/* text eol=lf
*.sh text eol=lf
# All third-party code should not be EOL-normalized
#third-party/** -text