Skip to content

Commit

Permalink
Forcedly set file type by extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
bio committed Jun 23, 2013
1 parent 6708923 commit 20a849b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
# Autodetect text files
* text=auto

# ...Unless the name matches the following overriding patterns

# Definitively text files
*.php text
*.css text
*.js text
*.txt text
*.md text
*.xml text
*.json text
*.bat text
*.sql text
*.xml text
*.yml text

# Ensure those won't be messed up with
*.png binary
*.jpg binary
*.gif binary
*.ttf binary

0 comments on commit 20a849b

Please sign in to comment.