2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-13 10:33:07 +00:00
InvenTree/docs/mlc_config.json
Oliver b32f081a77
Update docker_install.md (#7061)
* Update docker_install.md

Fix links to docker files

* Fix link in RELEASE.md

* Ignore some outgoing links
2024-04-18 09:41:02 +10:00

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"
}
]
}