https://github.com/twbs/bootstrap
Raw File
Tip revision: b5890e0608ad2262cde4a38e90afa19f1cb5d852 authored by Mark Otto on 19 October 2016, 15:30:27 UTC
hashes
Tip revision: b5890e0
.gitattributes
# Enforce Unix newlines
*.css   text eol=lf
*.html  text eol=lf
*.js    text eol=lf
*.json  text eol=lf
*.md    text eol=lf
*.py    text eol=lf
*.rb    text eol=lf
*.scss  text eol=lf
*.svg   text eol=lf
*.yml   text eol=lf
# Don't diff or textually merge source maps
*.map   binary

bootstrap.css linguist-vendored=false
bootstrap.js linguist-vendored=false
back to top