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 ```