You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working locally, _site files are not ignored and make it difficult to review local changes and commit without error.
Steps to Reproduce
Follow instructions on readme to download repo
Run bundle exec jekyll serve
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
The text was updated successfully, but these errors were encountered:
Description
When working locally,
_site
files are not ignored and make it difficult to review local changes and commit without error.Steps to Reproduce
readme
to download repobundle exec jekyll serve
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
Additional Information
Screenshot of terminal immediately following
bundle exec jekyll serve
The text was updated successfully, but these errors were encountered: