watchexec/cli/src
Félix Saparelli 96a6a6e9d9 Revert ignoring .git only when Git is discovered
And so on from other VCS. This causes confusion (ref #255) when watching
from outside a git repo, where the VCS type isn’t detected so the .git
folder is included in the watchset. While slightly incorrect, it’s more
expected that these folders be ignored regardless, and there’s always
--no-default-ignore to avoid those ignores if needed.
2022-02-07 17:15:27 +13:00
..
config Elevate FsWatcherCreate errors to critical 2022-02-07 17:15:27 +13:00
filterer Revert ignoring .git only when Git is discovered 2022-02-07 17:15:27 +13:00
args.rs Remove default signal from clap, leave it for parse 2022-01-24 20:52:29 +13:00
config.rs Split tagged and globset filterer in cli 2021-12-24 03:37:51 +13:00
filterer.rs Split tagged and globset filterer in cli 2021-12-24 03:37:51 +13:00
main.rs Reduce verbosity of tracing span output 2022-01-15 16:40:01 +13:00