mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-17 14:54:30 +01:00
Clean up .gitignore. (#28050)
This commit is contained in:
parent
d51ee0dcf1
commit
e2a6f297c0
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…
x
Reference in New Issue
Block a user