assert-rs / predicates-rs

Boolean-valued predicate functions in Rust
docs.rs/predicates
Apache License 2.0
173 stars 29 forks source link

Crate includes big .tags file #99

Closed marieell closed 3 years ago

marieell commented 3 years ago

1.0.7 is the first version to include .tags, making it ten times as big as previous versions. .tags could either be added to .gitignore and removed from the repo or but in cargo's exclude attribute.

epage commented 3 years ago

Should be fixed now.

Now to go add that to my user exclude so I don't make this mistake again