Skip to content

Commit

Permalink
Revert "Simplify .gitattributes."
Browse files Browse the repository at this point in the history
This reverts commit 1c78f70.

Unfortunately some Linux distros use an ancient git version and this change requires git >= 2.10.
  • Loading branch information
XhmikosR committed Oct 21, 2018
1 parent 44ddaba commit ff9b195
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Enforce Unix newlines
* text=auto eol=lf
*.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

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

0 comments on commit ff9b195

Please sign in to comment.