467eb35225
Windmill-Flow + restore.sh für das automatische tägliche Backup-Verifikationssystem. Direkter Windmill-Sync via `wmill sync push` möglich. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
26 lines
368 B
YAML
26 lines
368 B
YAML
# yaml-language-server: $schema=wmill.schema.json
|
|
defaultTs: bun
|
|
|
|
includes:
|
|
- "f/**"
|
|
|
|
excludes: []
|
|
|
|
skipVariables: false
|
|
skipResources: false
|
|
skipResourceTypes: false
|
|
skipSecrets: true
|
|
skipScripts: false
|
|
skipFlows: false
|
|
skipApps: false
|
|
skipFolders: false
|
|
skipWorkspaceDependencies: false
|
|
|
|
nonDottedPaths: true
|
|
|
|
codebases: []
|
|
|
|
gitBranches:
|
|
main:
|
|
overrides: {}
|