From a01a96096f39f249e272c17906f07c5da13cc18c Mon Sep 17 00:00:00 2001 From: eitsupi Date: Mon, 29 Apr 2024 09:46:13 +0000 Subject: [PATCH] build: jscpd should ignore generated files --- .jscpd.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.jscpd.json b/.jscpd.json index 12c34f2a..d1e4d003 100644 --- a/.jscpd.json +++ b/.jscpd.json @@ -4,7 +4,9 @@ "consoleFull" ], "ignore": [ - "**/stacks/*.json" + "**/bakefiles/*.json", + "**/dockerfiles/*.json", + "**/templates/*" ], "absolute": true }