1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

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.
This commit is contained in:
XhmikosR 2019-03-18 00:58:47 +02:00 committed by GitHub
parent a88d58605a
commit f7c1b1e683
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

7
.gitignore vendored
View file

@ -4,8 +4,15 @@
# keeping it here so that when we switch branches it doesn't show up # keeping it here so that when we switch branches it doesn't show up
/site/docs/**/dist/ /site/docs/**/dist/
/site/static/**/dist/ /site/static/**/dist/
# Hugo resources folder
/resources/ /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 # Numerous always-ignore extensions
*.diff *.diff
*.err *.err