Created
October 27, 2017 19:33
-
-
Save akajumi/29e25441af1ddad131b7727873cdb959 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| # Set the default behavior, in case people don't have core.autocrlf set. | |
| * text eol=lf | |
| # Definitively text files | |
| *.txt text | |
| *.js text | |
| *.jsx text | |
| *.json text | |
| *.svg text | |
| *.md text | |
| # Ensure those won't be messed up with | |
| *.jpg binary | |
| *.png binary | |
| *.ttf binary | |
| *.docx binary | |
| # Font formats | |
| *.otf binary | |
| *.eot binary | |
| *.woff binary | |
| *.woff2 binary |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment