diff --git a/.jscpd.json b/.jscpd.json new file mode 100644 index 0000000..81a657d --- /dev/null +++ b/.jscpd.json @@ -0,0 +1,6 @@ +{ + "ignore": [ + "**/*.svg", + "**/*_test.go" + ] +}