Skip to content

Commit

Permalink
Update .gitattributes (#30934)
Browse files Browse the repository at this point in the history
This requires git >= 2.10 but it was released almost 4 years ago.
  • Loading branch information
XhmikosR committed Jun 12, 2020
1 parent 0ad32ff commit e0cfe90
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .gitattributes
@@ -1,18 +1,8 @@
# Enforce Unix newlines
*.css text eol=lf
*.html text eol=lf
*.js text eol=lf
*.json text eol=lf
*.md text eol=lf
*.scss text eol=lf
*.sh 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
*.map binary

bootstrap.css linguist-vendored=false
bootstrap.js linguist-vendored=false

0 comments on commit e0cfe90

Please sign in to comment.