aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-03-18 00:58:47 +0200
committerGitHub <[email protected]>2019-03-18 00:58:47 +0200
commitf7c1b1e683976ee780faadddc4edc70b477aa01f (patch)
tree01b071da60398aed7dcdb353082fb39756db35dd /.gitignore
parenta88d58605a2aa864eb28da683c187824a580b7ec (diff)
downloadbootstrap-f7c1b1e683976ee780faadddc4edc70b477aa01f.tar.xz
bootstrap-f7c1b1e683976ee780faadddc4edc70b477aa01f.zip
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 fbbc9663d..4167e08ac 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