Skip to content

Commit

Permalink
Updated gitattributes file
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernardo-MG committed Jul 9, 2017
1 parent d03f138 commit 0608685
Showing 1 changed file with 23 additions and 8 deletions.
31 changes: 23 additions & 8 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,28 @@
* text=auto

# Known text files
*.java text
*.xml text
*.yml text
*.md text
*.sh text
*.css text
*.txt text
*.css text diff=css
*.java text diff=java
*.js text
*.json text
*.jsp text
*.jspf text
*.jspx text
*.htm text diff=html
*.html text diff=html
*.properties text
*.sh text
*.md text
*.txt text
*.xml text
*.yml text

# Known binary files
*.jar binary
*.class binary
*.gif binary
*.ico binary
*.jar binary
*.jpg binary
*.jpeg binary
*.png binary
*.war binary

0 comments on commit 0608685

Please sign in to comment.