diff options
| -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/ |
