0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 14:32:52 -04:00

Create .jscpd.json

This commit is contained in:
alamin655 2023-06-19 19:08:58 +05:30 committed by GitHub
parent 6e843f06c5
commit 5559b77915
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

15
.jscpd.json Normal file
View File

@ -0,0 +1,15 @@
{
"threshold": 0,
"reporters": ["html", "markdown"],
"ignore": [
"**/node_modules/**",
"**/.git/**",
"**/.rbenv/**",
"**/.venv/**",
"**/*cache*/**",
"**/.github/**",
"**/.idea/**",
"**/report/**",
"**/*.svg"
]
}