https://github.com/twbs/bootstrap
Raw File
Tip revision: 65ffb1c3b6e94440812a2e228cb8e8be512652ec authored by Mark Otto on 06 January 2017, 16:41:52 UTC
hashes
Tip revision: 65ffb1c
.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