mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-13 10:33:07 +00:00
* Update docker_install.md Fix links to docker files * Fix link in RELEASE.md * Ignore some outgoing links
20 lines
367 B
JSON
20 lines
367 B
JSON
{
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": "http://inventree.localhost"
|
|
},
|
|
{
|
|
"pattern": "http://localhost"
|
|
},
|
|
{
|
|
"pattern": "http://127.0.0.1"
|
|
},
|
|
{
|
|
"pattern": "https://twitter.com"
|
|
},
|
|
{
|
|
"pattern": "https://www.reddit.com"
|
|
}
|
|
]
|
|
}
|