We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6705856 commit 5fde870Copy full SHA for 5fde870
4 files changed
jscpd.json
@@ -0,0 +1,12 @@
1
+{
2
+ "//": "https://github.com/kucherenko/jscpd/tree/master/apps/jscpd#config-file",
3
+ "threshold": 0,
4
+ "exitCode": 1,
5
+ "gitignore": true,
6
+ "ignore": [
7
+ "**/*.test.ts",
8
+ "packages/dashboard/.output",
9
+ "packages/openworkflow/postgres/backend.ts",
10
+ "packages/openworkflow/sqlite/backend.ts"
11
+ ]
12
+}
0 commit comments