aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-03-18 18:27:36 +0200
committerXhmikosR <[email protected]>2019-03-27 21:02:22 +0200
commit7cc9e794aad45bf75cc0af03307ccbed70fb960a (patch)
tree5d6ddc603dc6ee12fd3c3ba0e153294a10d11861
parente3c1cccd67b8b036a4be3af529d073ac09e0fc25 (diff)
downloadbootstrap-7cc9e794aad45bf75cc0af03307ccbed70fb960a.tar.xz
bootstrap-7cc9e794aad45bf75cc0af03307ccbed70fb960a.zip
Update .gitignore.
-rw-r--r--.gitignore26
1 files changed, 14 insertions, 12 deletions
diff --git a/.gitignore b/.gitignore
index 618df478d..0de9b3361 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,18 @@
# Ignore docs files
-_gh_pages
-_site
-.ruby-version
+/.bundle/
+/_gh_pages/
+/_site/
+/site/docs/**/dist/
+/site/static/**/dist/
+/bower_components/
+/js/coverage/
+/node_modules/
+/resources/
+/vendor/
+/.ruby-version
+
+# Jekyll metadata
+/docs/.jekyll-metadata
# Numerous always-ignore extensions
*.diff
@@ -32,12 +43,3 @@ Thumbs.db
# Komodo
.komodotools
*.komodoproject
-
-# Jekyll metadata
-docs/.jekyll-metadata
-
-# Folders to ignore
-/.bundle/
-bower_components
-node_modules
-/vendor/