alamin655 commited on
Commit
5559b77
1 Parent(s): 6e843f0

Create .jscpd.json

Browse files
Files changed (1) hide show
  1. .jscpd.json +15 -0
.jscpd.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "threshold": 0,
3
+ "reporters": ["html", "markdown"],
4
+ "ignore": [
5
+ "**/node_modules/**",
6
+ "**/.git/**",
7
+ "**/.rbenv/**",
8
+ "**/.venv/**",
9
+ "**/*cache*/**",
10
+ "**/.github/**",
11
+ "**/.idea/**",
12
+ "**/report/**",
13
+ "**/*.svg"
14
+ ]
15
+ }