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 合併指標
 (平均合併 5天 21小時) (30 天內合併 4 個 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

貢獻者指南