-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6d4e371
commit 06d3865
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Default behaviour | ||
* text=auto | ||
|
||
# Files that should always be normalized and converted to native line | ||
# endings on checkout. | ||
*.js text | ||
*.htm text | ||
*.html text | ||
*.styl text | ||
*.json text | ||
*.md text | ||
*.svg text | ||
*.txt text | ||
*.py text | ||
*.rst text | ||
|
||
# Files that are truly binary and should not be modified | ||
*.png binary | ||
*.jpg binary | ||
*.jpeg binary | ||
*.gif binary |