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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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": []
}
],