Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-01-14 22:08:24 +0300
committerGitHub <noreply@github.com>2019-01-14 22:08:24 +0300
commite2a6f297c03bc0a7be3bf23e5257de3cffb8deee (patch)
treee1dee0b95cbce9d2425c2fa61bd966705e84306b /.gitignore
parentd51ee0dcf1cd020d3c1ee6f32e0ddb6dd84b6735 (diff)
Clean up .gitignore. (#28050)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore22
1 files changed, 9 insertions, 13 deletions
diff --git a/.gitignore b/.gitignore
index 6b43877361..455ebd1b24 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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/