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