diff options
| author | XhmikosR <[email protected]> | 2019-03-14 18:03:01 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-03-14 18:03:01 +0200 |
| commit | 1add6341a76dbf11dd2b680f58d561eba9fb75f2 (patch) | |
| tree | e55d5c4982e837bc853dbcac1221e39e6eb62e9f | |
| parent | 43eb6b1703330331c9dad467023df34702d44188 (diff) | |
| download | bootstrap-1add6341a76dbf11dd2b680f58d561eba9fb75f2.tar.xz bootstrap-1add6341a76dbf11dd2b680f58d561eba9fb75f2.zip | |
Update .gitignore (#28493)
Add the old Jekyll docs dist folder so that when we switch branches, it doesn't show up.
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8d76249bc..fbbc9663d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ # Ignore docs files /_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/ /resources/ |
