Skip to content

Commit

Permalink
Added .gitattributes.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfernandez committed Jun 18, 2013
1 parent 31a99ef commit df1b2a2
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Auto detect text files and perform LF normalization
* text=auto

*.java text diff=java
*.properties text
*.js text
*.css text
*.less text
*.html text diff=html
*.jsp text diff=html
*.jspx text diff=html
*.tag text diff=html
*.tagx text diff=html
*.tld text
*.xml text
*.gradle text

*.sql text

*.xsd text
*.dtd text
*.mod text
*.ent text

*.txt text
*.md text
*.markdown text

*.thtest text
*.thindex text
*.common text

*.odt binary
*.pdf binary

*.sh text eol=lf
*.bat text eol=crlf

*.ico binary
*.png binary
*.svg binary
*.woff binary

*.rar binary
*.zargo binary
*.zip binary

CNAME text
*.MF text

0 comments on commit df1b2a2

Please sign in to comment.