trunk-rs/trunk

[watch] allow ignoring non-existing paths

Aperta

#172 aperta il 30 apr 2021

 (4 commenti) (6 reazioni) (0 assegnatari)Rust (315 fork)auto 404
enhancementgood first issueready

Metriche repository

Star
 (4347 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Trunk.toml allows to provide paths that should be ignored by trunk watch and trunk serve, but the way this is currently implemented requires the paths to actually exist so you can ignore them. This causes issues when you want to ignore optional files (like editor specific temporary or configuration files)

my proposal would be to allow non-existing paths in ignore

Guida contributor