Refactor Json Location (#3184)

This commit is contained in:
Michel Roegl-Brunner
2025-03-18 10:29:14 +01:00
committed by GitHub
parent b1bcdc3ce8
commit 35d5507b38
323 changed files with 123 additions and 126 deletions

View File

@@ -38,7 +38,7 @@
"website": [
{
"fileStatus": null,
"includeGlobs": ["frontend/**", "json/**"],
"includeGlobs": ["frontend/**"],
"excludeGlobs": []
}
],
@@ -59,7 +59,7 @@
"json": [
{
"fileStatus": "modified",
"includeGlobs": ["json/**"],
"includeGlobs": ["frontend/public/json/**"],
"excludeGlobs": []
}
],