mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-14 15:13:09 +00: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
|
# 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/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue