mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Clean up .gitignore. (#28050)
This commit is contained in:
parent
d51ee0dcf1
commit
e2a6f297c0
1 changed files with 9 additions and 13 deletions
22
.gitignore
vendored
22
.gitignore
vendored
|
@ -1,13 +1,12 @@
|
|||
# Ignore docs files
|
||||
_gh_pages
|
||||
_site
|
||||
site/docs/**/dist/
|
||||
/_gh_pages/
|
||||
/site/.jekyll-metadata
|
||||
/site/docs/**/dist/
|
||||
|
||||
# Ignore ruby files
|
||||
.ruby-version
|
||||
.bundle
|
||||
vendor/cache
|
||||
vendor/bundle
|
||||
# Ignore ruby/bundler files
|
||||
/.bundle/
|
||||
/vendor/
|
||||
/.ruby-version
|
||||
|
||||
# Numerous always-ignore extensions
|
||||
*.diff
|
||||
|
@ -39,9 +38,6 @@ Thumbs.db
|
|||
.komodotools
|
||||
*.komodoproject
|
||||
|
||||
# Jekyll metadata
|
||||
docs/.jekyll-metadata
|
||||
|
||||
# Folders to ignore
|
||||
node_modules
|
||||
js/coverage
|
||||
/js/coverage/
|
||||
/node_modules/
|
||||
|
|
Loading…
Reference in a new issue