Forked from
Flatland / Flatland
1336 commits behind the upstream repository.
.gitattributes 338 B
# auto detect text files and perform LF normalization
* text=auto
# shell scripts will always have LF only (even in Windows environment)
*.sh text eol=lf
# perl scripts will always have LF only (even in Windows environment)
*.pl text eol=lf
# denote all files that are truly binary and should not be modified
*.png binary
*.jpg binary