Skip to content

Instantly share code, notes, and snippets.

@igl
Created February 8, 2017 09:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igl/623aa43b800096699c908bf0eca5c04d to your computer and use it in GitHub Desktop.
Save igl/623aa43b800096699c908bf0eca5c04d to your computer and use it in GitHub Desktop.
# Auto detect text files and perform LF normalization
* text eol=lf
# Denote all files that are truly binary and should not be modified.
# images
*.psd binary
*.psb binary
*.ai binary
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
# fonts
*.ttf binary
*.otf binary
*.eot binary
*.swf binary
*.woff binary
*.woff2 binary
# media
*.pdf binary
*.wav binary
*.mp3 binary
*.mp4 binary
*.mkv binary
*.ogg binary
*.webm binary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment