Skip to content

Commit

Permalink
Dev Normalize line endings - add css/js to lf, add jpg/gif/ico to binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Dec 16, 2012
1 parent fb8fdc3 commit e65396a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@

# Declare files that will always have LF line endings on checkout.
*.php text eol=lf
*.css text eol=lf
*.js text eol=lf

# Denote all files that are truly binary and should not be modified.
*.jpg binary
*.png binary
*.gif binary
*.ico binary
*.mo binary

0 comments on commit e65396a

Please sign in to comment.