trunk-rs/trunk

[watch] allow ignoring non-existing paths

开放

#172 创建于 2021年4月30日

 (4 条评论) (6 个反应) (0 位负责人)Rust (315 个派生)auto 404
enhancementgood first issueready

仓库指标

星标
 (4,347 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南