0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-11 03:52:27 +01:00
Bootstrap/.gitignore

44 lines
467 B
Plaintext
Raw Normal View History

# Ignore docs files
2019-01-14 21:08:24 +02:00
/_gh_pages/
/site/.jekyll-metadata
/site/docs/**/dist/
2019-01-14 21:08:24 +02:00
# Ignore ruby/bundler files
/.bundle/
/vendor/
/.ruby-version
# 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-11 00:11:03 +04:00
._*
.cache
.DS_Store
.idea
.project
.settings
.tmproj
*.esproj
*.sublime-project
*.sublime-workspace
nbproject
Thumbs.db
# Komodo
.komodotools
*.komodoproject
# Folders to ignore
2019-01-14 21:08:24 +02:00
/js/coverage/
/node_modules/