trunk-rs/trunk

[watch] allow ignoring non-existing paths

オープン

#172 opened on 2021/04/30

 (4 件のコメント) (6 件のリアクション) (0 人の担当者)Rust (315 件のフォーク)auto 404
enhancementgood first issueready

Repository metrics

Stars
 (4,347 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド