-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.jscpd.json
35 lines (35 loc) · 835 Bytes
/
.jscpd.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"threshold": 0,
"reporters": ["html", "markdown"],
"ignore": [
"**/node_modules/**",
"**/.git/**",
"**/.rbenv/**",
"**/.history/**",
"**/bin/**",
"**/backup/**",
"**/logs/**",
"**/megalinter-reports/**",
"conf/localAppData/Packages/Microsoft.WindowsTerminal_8wekyb3d8bbwe/LocalState/originalSettings.json",
"vendor/bats*/**",
"pages/README.md",
"**/.venv/**",
"**/*cache*/**",
"**/.github/**",
"**/.idea/**",
"**/report/**",
"**/*.svg",
".pre-commit-config-github.yaml",
".pre-commit-hooks.yaml",
"vendor/**",
"**/testsData/**",
"manualTests/**",
"pages/doc/**",
"pages/BestPractices.md",
"pages/Commands.md",
"pages/DockerUsage.md",
"pages/FrameworkDoc.md",
"pages/bashDoc/**",
".docker/createUser.*.sh"
]
}