Decision Workspace
ignored vs ignoreit vs git-local-ignore
Side-by-side comparison of Rust crates
52
ignored
experimentalv0.0.4
A Rust implementation of the .gitignore file format for quickly checking whether a path is ignored by git - without invoking the git cli.
56
ignoreit
stablev3.0.0
Quickly load .gitignore templates
40
git-local-ignore
growingv1.0.0
Locally exclude files from being tracked by Git (without adding them to .gitignore)
Core Metrics
| ignored | ignoreit | git-local-ignore | |
|---|---|---|---|
| Health Score | 52 | 56 | 40 |
| Total Downloads | 1.5K | 24.8K | 2.9K |
| 30d Downloads | 1.6K | 29 | 4 |
| Dependents | 6 | 0 | 0 |
| Releases | 4 | 22 | 2 |
| Last Updated | 6d ago | 48d ago | 1836d ago |
| Age | 1m | 4y | 5y 8m |
Health Breakdown
ignored
Maintenance
16
Quality
12
Community
8
Popularity
4
Documentation
12
ignoreit
Maintenance
15
Quality
20
Community
6
Popularity
5
Documentation
10
git-local-ignore
Maintenance
3
Quality
19
Community
5
Popularity
4
Documentation
9
Technical Details
| ignored | ignoreit | git-local-ignore | |
|---|---|---|---|
| Version | 0.0.4 | 3.0.0 | 1.0.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT | MIT | MIT OR Apache-2.0 |
| Dependencies | 11 | 13 | 5 |
| Crate Size | 38KB | 29KB | 12KB |
| Features | 0 | 2 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2018 |
| MSRV | 1.87.0 | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •ignoreit leads with a health score of 56/100, but none of the options score above 80.
- •⚠ git-local-ignore has not been updated in over a year.
- •ignored is pre-1.0 — API may change.