Skip to content

Commit

Permalink
Update .gitignore (#28519)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
XhmikosR committed Mar 17, 2019
1 parent a88d586 commit f7c1b1e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Expand Up @@ -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
Expand Down

0 comments on commit f7c1b1e

Please sign in to comment.