Skip to content

Commit

Permalink
Adding a gitattributes file.
Browse files Browse the repository at this point in the history
  • Loading branch information
koenedaele committed Apr 9, 2014
1 parent 6d4e371 commit 06d3865
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .gitattributes
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

0 comments on commit 06d3865

Please sign in to comment.