mirror of
https://github.com/jj-vcs/jj.git
synced 2025-12-23 06:01:01 +00:00
Since we need to scan directory entries recursively in order to detect new untracked paths, it doesn't make sense to reuse the .gitignore code path. This change means all untracked file paths are listed in "jj status" even if the whole directory is untracked. It might be a bit verbose, but should be okay. Directories like node_modules should be excluded by .gitignore, not by auto-track pattern. Fixes #5389 |
||
|---|---|---|
| .. | ||
| benches | ||
| gen-protos | ||
| proc-macros | ||
| src | ||
| tests | ||
| testutils | ||
| Cargo.toml | ||
| LICENSE | ||