From b7a434d288503cb16b9a1a866044747afc66a200 Mon Sep 17 00:00:00 2001 From: Nicolas De loof Date: Fri, 28 Apr 2023 12:22:01 +0200 Subject: [PATCH] document syntax for watch ignores (#17205) Signed-off-by: Nicolas De Loof --- compose/file-watch.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compose/file-watch.md b/compose/file-watch.md index f1bd63fc57..28b9af5da4 100644 --- a/compose/file-watch.md +++ b/compose/file-watch.md @@ -103,6 +103,8 @@ services: - action: sync path: ./web target: /src/web + ignore: + - node_modules/ - action: rebuild path: package.json ```