Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Files in _site directory show in local terminal. They shouldn't. #40

Open
valariems opened this issue Dec 23, 2020 · 0 comments
Open

Files in _site directory show in local terminal. They shouldn't. #40

valariems opened this issue Dec 23, 2020 · 0 comments
Labels
bug Confirmed bugs or reports that are very likely to be bugs engineering

Comments

@valariems
Copy link
Contributor

valariems commented Dec 23, 2020

Description

When working locally, _site files are not ignored and make it difficult to review local changes and commit without error.

Steps to Reproduce

  1. Follow instructions on readme to download repo
  2. Run bundle exec jekyll serve
  3. Run git status. You'll see several files in _site showing as modified.

Expected behavior: [What you expect to happen]
Files in _site should not show in terminal.

Actual behavior: [What actually happens]
Files in _site show in terminal. These files should not be committed. Looking at the changes, they change links to reference localhost. The list of modified _site files grows continues to grow while working on files in the repo.

Reproduces how often: [What percentage of the time does it reproduce?]
Always (for me.)

Versions

  • Operating System: Mac OS Catalina 10.15.6
  • Browser: n/a

Additional Information

Screenshot of terminal immediately following bundle exec jekyll serve
Screen Shot 2020-12-23 at 10 05 44 AM

@valariems valariems added bug Confirmed bugs or reports that are very likely to be bugs engineering labels Dec 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Confirmed bugs or reports that are very likely to be bugs engineering
Projects
None yet
Development

No branches or pull requests

1 participant