mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-27 11:06:44 +00:00
* Set up CI with Azure Pipelines [skip ci] * update used tasks and python * Update test_stats.yml for Azure Pipelines * fix install command * fix uv system setting * Update test_stats.yml for Azure Pipelines * Update test_stats.yml for Azure Pipelines * Update test_stats.yml for Azure Pipelines * ignore test * remove old test * remove comments * update triggers * Update README.md * fix style * Revert "ignore test" This reverts commit f96f8caf4e3d269324755298e78f147bc0679741. * remove dead link to credits * ignore azure issues
29 lines
612 B
JSON
29 lines
612 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/license/MIT"
|
|
},
|
|
{
|
|
"pattern": "^https://dev.azure.com"
|
|
}
|
|
]
|
|
}
|