From 73a8ca58be45edff808e119a7edae083f2b513f2 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 18 Feb 2022 18:15:32 +0100 Subject: [PATCH] Update .jscpd.json --- .github/linters/.jscpd.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/linters/.jscpd.json b/.github/linters/.jscpd.json index 7e5fa1075..446e39874 100644 --- a/.github/linters/.jscpd.json +++ b/.github/linters/.jscpd.json @@ -4,6 +4,6 @@ "ignore": [ "**/.git/**", "**/*.md", - "**/workflows/**" + "**/.github/**" ] }