mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 11:36:44 +00:00
* use uv for install (#8082) (cherry picked from commit 360171fac579904fc61fd34f40f0d886e878fd3f) # 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/"
|
|
}
|
|
]
|
|
}
|