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 # Ignore docs files
_gh_pages /_gh_pages/
_site /site/.jekyll-metadata
site/docs/**/dist/ /site/docs/**/dist/
# Ignore ruby files # Ignore ruby/bundler files
.ruby-version /.bundle/
.bundle /vendor/
vendor/cache /.ruby-version
vendor/bundle
# Numerous always-ignore extensions # Numerous always-ignore extensions
*.diff *.diff
@ -39,9 +38,6 @@ Thumbs.db
.komodotools .komodotools
*.komodoproject *.komodoproject
# Jekyll metadata
docs/.jekyll-metadata
# Folders to ignore # Folders to ignore
node_modules /js/coverage/
js/coverage /node_modules/