Skip to content

Instantly share code, notes, and snippets.

@jmnarloch
Last active August 29, 2015 14:24
Show Gist options
  • Save jmnarloch/8e35cba79a70ed01c0af to your computer and use it in GitHub Desktop.
Save jmnarloch/8e35cba79a70ed01c0af to your computer and use it in GitHub Desktop.
.gitattributes
# All text files should have the "lf" (Unix) line endings
* text eol=lf
*.bat text eol=crlf
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.java text
*.js text
*.css text
*.html text
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.jar binary
*.pdf binary
*.eot binary
*.ttf binary
*.gzip binary
*.gz binary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment