Clean up .gitignore. (#28050)

This commit is contained in:
XhmikosR 2019-01-14 21:08:24 +02:00 committed by GitHub
parent d51ee0dcf1
commit e2a6f297c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 13 deletions

22
.gitignore vendored
View File

@ -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/