https://github.com/twbs/bootstrap
Revision a662f85398ffe67453c773ec94a94e2607cb4a36 authored by Mark Otto on 04 July 2017, 18:53:55 UTC, committed by Mark Otto on 04 July 2017, 18:53:55 UTC
2 parent s d785e8a + 2cbaefc
Raw File
Tip revision: a662f85398ffe67453c773ec94a94e2607cb4a36 authored by Mark Otto on 04 July 2017, 18:53:55 UTC
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Tip revision: a662f85
.gitignore
# Ignore docs files
_gh_pages
_site

# Ignore ruby files
.ruby-version
.bundle
vendor/cache
vendor/bundle

# Numerous always-ignore extensions
*.diff
*.err
*.log
*.orig
*.rej
*.swo
*.swp
*.vi
*.zip
*~

# OS or Editor folders
._*
.cache
.DS_Store
.idea
.project
.settings
.tmproj
*.esproj
*.sublime-project
*.sublime-workspace
nbproject
Thumbs.db

# Komodo
.komodotools
*.komodoproject

# SCSS-Lint
scss-lint-report.xml

# grunt-contrib-sass cache
.sass-cache

# Jekyll metadata
docs/.jekyll-metadata

# Folders to ignore
bower_components
node_modules
back to top