29 lines
612 B
JSON
29 lines
612 B
JSON
{
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": "http://inventree.localhost"
|
|
},
|
|
{
|
|
"pattern": "http://localhost"
|
|
},
|
|
{
|
|
"pattern": "https://localhost:5173/"
|
|
},
|
|
{
|
|
"pattern": "http://127.0.0.1"
|
|
},
|
|
{
|
|
"pattern": "https://twitter.com/inventreedb"
|
|
},
|
|
{
|
|
"pattern": "https://www.reddit.com/r/InvenTree/"
|
|
},
|
|
{
|
|
"pattern": "https://opensource.org/license/MIT"
|
|
},
|
|
{
|
|
"pattern": "^https://dev.azure.com"
|
|
}
|
|
]
|
|
}
|