From c301085211f79ce3313959b2afeca7aa805130fa Mon Sep 17 00:00:00 2001 From: cristianoliveira Date: Sat, 30 Nov 2024 13:19:07 +0100 Subject: [PATCH] chore(dx): ignore test folder watch for integration tests --- .watch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.watch.yaml b/.watch.yaml index 4a0e918..207c578 100644 --- a/.watch.yaml +++ b/.watch.yaml @@ -63,7 +63,7 @@ - "examples/*.yml" ignore: - "examples/reload-config-example.yml" - - "examples/workdir/ignored/**" + - "examples/workdir/**" - "**/*.log" run_on_init: true