2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-27 19:16:44 +00:00
InvenTree/docs/mlc_config.json
Oliver e0756a7006
Fix requirements.txt (#8598)
* Fix requirements.txt

* Fix

* Adjust unit test

* Add link to ignore
2024-11-30 15:18:25 +11:00

26 lines
532 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/"
}
]
}