Files
hassio-addons/.jscpd.json
2022-01-16 22:27:46 +01:00

22 lines
310 B
JSON

{
"threshold": 0,
"reporters": [
"html",
"markdown"
],
"ignore": [
"**/node_modules/**",
"**/.git/**",
"**/.rbenv/**",
"**/.venv/**",
"**/report/**",
"**/*cache*/**",
"**/*.json",
"**/*.yaml",
"**/*.yml",
"**/*.md",
"**/*.html",
"**/*.xml"
]
}