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