2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-28 11:36:44 +00:00
InvenTree/docs/mlc_config.json
Matthias Mair 065aca46cd
use uv for install (#8082) (#8095)
* use uv for install (#8082)

(cherry picked from commit 360171fac579904fc61fd34f40f0d886e878fd3f)

# Conflicts:
#	contrib/packager.io/functions.sh

* Update mlc_config.json
2024-09-10 10:17:42 +10:00

23 lines
462 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/"
}
]
}