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

Added support for gitignore files. #1044

Merged
merged 3 commits into from
Oct 4, 2019
Merged

Added support for gitignore files. #1044

merged 3 commits into from
Oct 4, 2019

Commits on Oct 2, 2019

  1. Added support for gitignore files.

    The watch command will now ignore files based on gitignore. This can be useful for when your editor creates cache or swap files.
    segfaultsourcery committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    b8b12d4 View commit details
    Browse the repository at this point in the history
  2. Ran cargo fmt.

    segfaultsourcery committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    c2f48f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. Made the code a bit tidier based on input from other Rust programmers.

    Changed the type of the closure back to use PathBuf, not &PathBuf.
    Reduced nesting.
    segfaultsourcery committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    0a7a7f8 View commit details
    Browse the repository at this point in the history