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 }