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

Make serve and watch respect .gitignore #1045

Closed
wants to merge 1 commit into from

Commits on Oct 2, 2019

  1. Make serve and watch respect .gitignore

    When editing files with some editors (e.g. vim) temporary files are
    constantly being modified causing mdbook serve and watch to constantly
    rebuild the project.
    
    To avoid this leverage the ignore crate to load the project's root
    .gitignore file and skip changes on files ignored.
    fmanco committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    96aaab0 View commit details
    Browse the repository at this point in the history