Exceptions

This commit is contained in:
Edward Firmo
2024-01-05 11:11:01 +01:00
parent c35808b560
commit 3b1a704b36

View File

@@ -1,11 +1,13 @@
{
"ignorePatterns": [
{
"pattern": "^http://homeassistant.local"
"pattern": "^http://homeassistant\\.local.*$"
},
{
"pattern": "^https://example.com/second-specific-page$"
"pattern": "^https://sonoff.tech/product/central-control-panel/nspanel/$"
},
{
"pattern": "^https://sonoff.tech/wp-content/uploads/2021/11/%E4%BA%A7%E5%93%81%E5%8F%82%E6%95%B0%E8%A1%A8-NSPanel-20210831.pdf$"
}
]
}
}