Created
February 8, 2017 09:45
-
-
Save igl/623aa43b800096699c908bf0eca5c04d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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