1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 05:03:16 +02:00

Update .gitignore (#28493)

Add the old Jekyll docs dist folder so that when we switch branches, it doesn't show up.
This commit is contained in:
XhmikosR
2019-03-14 18:03:01 +02:00
committed by GitHub
parent 43eb6b1703
commit 1add6341a7

3
.gitignore vendored
View File

@@ -1,5 +1,8 @@
# Ignore docs files # Ignore docs files
/_gh_pages/ /_gh_pages/
# This is the old Jekyll docs dist folder;
# keeping it here so that when we switch branches it doesn't show up
/site/docs/**/dist/
/site/static/**/dist/ /site/static/**/dist/
/resources/ /resources/