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

feat: respect ignore files #409

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

feat: respect ignore files #409

wants to merge 1 commit into from

Conversation

sabify
Copy link
Contributor

@sabify sabify commented Dec 20, 2024

What's changed:

  • Now watcher respects .gitignore to exclude paths.
  • Patch logic merged into and unified with notify.

Closes: #403

@@ -37,7 +37,7 @@ categories = ["development-tools", "wasm", "web-programming"]
keywords = ["leptos"]
version = "0.2.24"
edition = "2021"
rust-version = "1.71"
rust-version = "1.82"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is due to the use of is_none_or in codebase and was part of clippy warnings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cargo leptos watch: can files be ignored?
1 participant