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-03-18 01:58:47 +0300
committerGitHub <noreply@github.com>2019-03-18 01:58:47 +0300
commitf7c1b1e683976ee780faadddc4edc70b477aa01f (patch)
tree01b071da60398aed7dcdb353082fb39756db35dd /.gitignore
parenta88d58605a2aa864eb28da683c187824a580b7ec (diff)
Update .gitignore (#28519)
Add back ruby/bundler folders so that they don't show up when we switch branches. This can be removed when v4 hits EOL, along with the old Jekyll docs dist folder.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index fbbc9663d1..4167e08acb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,8 +4,15 @@
# keeping it here so that when we switch branches it doesn't show up
/site/docs/**/dist/
/site/static/**/dist/
+# Hugo resources folder
/resources/
+# Ignore ruby/bundler files;
+# keeping them here so that when we switch branches they don't show up
+/.bundle/
+/vendor/
+/.ruby-version
+
# Numerous always-ignore extensions
*.diff
*.err