forked from github/server
528dd4b81f
experimenting with .gitattributes some more
14 lines
270 B
Text
14 lines
270 B
Text
*.[hc] text
|
|
*.json text
|
|
*.xml text
|
|
*.py text
|
|
*.md text
|
|
*.txt text
|
|
*.lua 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
|