trunk-rs/trunk

[watch] allow ignoring non-existing paths

Aberta

#172 aberto em 30 de abr. de 2021

 (4 comentários) (6 reações) (0 responsável)Rust (315 forks)auto 404
enhancementgood first issueready

Métricas do repositório

Stars
 (4.347 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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

Guia do colaborador