twbs--bootstrap/.gitignore

53 lines
551 B
Plaintext
Raw Normal View History

# Ignore docs files
_gh_pages
2013-05-16 20:46:12 +00: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 04:02:02 +00:00
*~
# OS or Editor folders
2012-03-10 20:11:03 +00:00
._*
.cache
.DS_Store
.idea
.project
.settings
.tmproj
*.esproj
*.sublime-project
*.sublime-workspace
nbproject
Thumbs.db
# Komodo
.komodotools
*.komodoproject
2014-12-09 03:02:25 +00:00
# SCSS-Lint
scss-lint-report.xml
# grunt-contrib-sass cache
.sass-cache
2015-10-28 05:20:47 +00:00
# Jekyll metadata
docs/.jekyll-metadata
# Folders to ignore
2013-10-19 04:07:10 +00:00
bower_components
node_modules