0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00
Bootstrap/.gitignore

54 lines
581 B
Plaintext
Raw Normal View History

# Ignore docs files
_gh_pages
2013-05-16 22:46:12 +02:00
_site
# Ignore ruby files
.ruby-version
.bundle
vendor/cache
vendor/bundle
# Numerous always-ignore extensions
*.diff
*.err
*.log
*.orig
*.rej
*.swo
*.swp
*.vi
*.zip
2011-10-07 06:02:02 +02:00
*~
# OS or Editor folders
2012-03-10 21:11:03 +01:00
._*
.cache
.DS_Store
.idea
.project
.settings
.tmproj
*.esproj
*.sublime-project
*.sublime-workspace
nbproject
Thumbs.db
# Komodo
.komodotools
*.komodoproject
# grunt-html-validation
validation-report.json
validation-status.json
2014-12-09 04:02:25 +01:00
# SCSS-Lint
scss-lint-report.xml
# grunt-contrib-sass cache
.sass-cache
# Folders to ignore
2013-10-19 06:07:10 +02:00
bower_components
node_modules