Skip to content

Commit

Permalink
Simplify .gitattributes.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Oct 17, 2018
1 parent 8cf0fe2 commit 1c78f70
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
# Enforce Unix newlines
*.css text eol=lf
*.html text eol=lf
*.js text eol=lf
*.json text eol=lf
*.md text eol=lf
*.rb text eol=lf
*.scss text eol=lf
*.svg text eol=lf
*.txt text eol=lf
*.xml text eol=lf
*.yml text eol=lf
* text=auto eol=lf

# Don't diff or textually merge source maps
*.map binary
Expand Down

0 comments on commit 1c78f70

Please sign in to comment.