mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-07-09 23:47:38 +00:00
132 lines
2.0 KiB
JSON
Generated
132 lines
2.0 KiB
JSON
Generated
{
|
|
"new script": [
|
|
{
|
|
"fileStatus": "added",
|
|
"includeGlobs": [
|
|
"ct/**",
|
|
"tools/**",
|
|
"install/**",
|
|
"misc/**",
|
|
"turnkey/**",
|
|
"vm/**"
|
|
],
|
|
"excludeGlobs": []
|
|
}
|
|
],
|
|
"update script": [
|
|
{
|
|
"fileStatus": "modified",
|
|
"includeGlobs": [
|
|
"ct/**",
|
|
"tools/**",
|
|
"install/**",
|
|
"misc/**",
|
|
"turnkey/**",
|
|
"vm/**"
|
|
],
|
|
"excludeGlobs": []
|
|
}
|
|
],
|
|
"delete script": [
|
|
{
|
|
"fileStatus": "removed",
|
|
"includeGlobs": [
|
|
"ct/**",
|
|
"tools/**",
|
|
"install/**",
|
|
"misc/**",
|
|
"turnkey/**",
|
|
"vm/**"
|
|
],
|
|
"excludeGlobs": []
|
|
}
|
|
],
|
|
"maintenance": [
|
|
{
|
|
"fileStatus": null,
|
|
"includeGlobs": [
|
|
"*.md"
|
|
],
|
|
"excludeGlobs": []
|
|
}
|
|
],
|
|
"core": [
|
|
{
|
|
"fileStatus": null,
|
|
"includeGlobs": [
|
|
"misc/*.func",
|
|
"misc/create_lxc.sh"
|
|
],
|
|
"excludeGlobs": [
|
|
"misc/api.func"
|
|
]
|
|
}
|
|
],
|
|
"website": [
|
|
{
|
|
"fileStatus": null,
|
|
"includeGlobs": [
|
|
"frontend/**"
|
|
],
|
|
"excludeGlobs": [
|
|
"frontend/public/json/**"
|
|
]
|
|
}
|
|
],
|
|
"api": [
|
|
{
|
|
"fileStatus": null,
|
|
"includeGlobs": [
|
|
"api/**",
|
|
"misc/api.func"
|
|
],
|
|
"excludeGlobs": []
|
|
}
|
|
],
|
|
"github": [
|
|
{
|
|
"fileStatus": null,
|
|
"includeGlobs": [
|
|
".github/**"
|
|
],
|
|
"excludeGlobs": []
|
|
}
|
|
],
|
|
"json": [
|
|
{
|
|
"fileStatus": "modified",
|
|
"includeGlobs": [
|
|
"frontend/public/json/**"
|
|
],
|
|
"excludeGlobs": []
|
|
}
|
|
],
|
|
"addon": [
|
|
{
|
|
"fileStatus": null,
|
|
"includeGlobs": [
|
|
"tools/addon/**"
|
|
],
|
|
"excludeGlobs": []
|
|
}
|
|
],
|
|
"pve-tool": [
|
|
{
|
|
"fileStatus": null,
|
|
"includeGlobs": [
|
|
"tools/pve/**"
|
|
],
|
|
"excludeGlobs": []
|
|
}
|
|
],
|
|
"vm": [
|
|
{
|
|
"fileStatus": null,
|
|
"includeGlobs": [
|
|
"vm/**"
|
|
],
|
|
"excludeGlobs": []
|
|
}
|
|
]
|
|
}
|