diff --git a/.gitignore b/.gitignore index 36df3e98..069815de 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,7 @@ /config/logback.xml /pm2log/** !pm2log/.gitkeep -config/ae-prod.properties \ No newline at end of file +config/ae-prod.properties + +# ignore jscpd output report +/report \ No newline at end of file diff --git a/.jscpd.json b/.jscpd.json new file mode 100644 index 00000000..68acee73 --- /dev/null +++ b/.jscpd.json @@ -0,0 +1,14 @@ +{ + "threshold": 0.1, + "reporters": [ + "html", + "console" + ], + "ignore": [ + "**/node_modules/**", + "models/DICOM/dcm4che/wrapper/**/*.ts", + "models/DICOM/dcm4che/wrapper/**/*.js" + ], + "absolute": true, + "gitignore": true +} \ No newline at end of file