mirror of
https://github.com/inventree/InvenTree.git
synced 2025-12-19 10:43:28 +00:00
* use uv for install (#8082)
(cherry picked from commit 360171fac5)
# Conflicts:
# contrib/packager.io/functions.sh
* Update mlc_config.json
23 lines
462 B
JSON
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/"
|
|
}
|
|
]
|
|
}
|