## Summary - productize the operations hub decision-first workbench and related monitoring page surfaces - add the operations workbench stats widget plus tenantless run viewer and admin scope updates - extend monitoring, ops UX, and browser coverage for the new workbench behavior - add Spec 328 artifacts under `specs/328-operations-hub-decision-first-workbench-productization` ## Testing - not run as part of this handoff Co-authored-by: Ahmed Darrazi <ahmed.darrazi@live.de> Reviewed-on: #389
65 lines
1.2 KiB
Plaintext
65 lines
1.2 KiB
Plaintext
*.log
|
|
.DS_Store
|
|
.env
|
|
.env.*
|
|
.env.backup
|
|
.env.production
|
|
.phpactor.json
|
|
.phpunit.result.cache
|
|
*.cache
|
|
/.fleet
|
|
/.idea
|
|
/.nova
|
|
/.phpunit.cache
|
|
/.vscode
|
|
/.zed
|
|
/auth.json
|
|
/node_modules
|
|
/apps/platform/node_modules
|
|
/apps/website/node_modules
|
|
/.pnpm-store
|
|
/apps/website/.astro
|
|
/apps/website/playwright-report
|
|
/apps/website/test-results
|
|
/apps/website/blob-report
|
|
dist/
|
|
build/
|
|
coverage/
|
|
/public/build
|
|
/apps/platform/public/build
|
|
/apps/website/dist
|
|
/public/hot
|
|
/apps/platform/public/hot
|
|
/public/storage
|
|
/apps/platform/public/storage
|
|
/storage/*.key
|
|
/apps/platform/storage/*.key
|
|
/storage/pail
|
|
/apps/platform/storage/pail
|
|
/storage/framework
|
|
/apps/platform/storage/framework
|
|
/storage/logs
|
|
/apps/platform/storage/logs
|
|
/apps/platform/storage/logs/*
|
|
!/apps/platform/storage/logs/test-lanes/
|
|
/apps/platform/storage/logs/test-lanes/*
|
|
!/apps/platform/storage/logs/test-lanes/.gitignore
|
|
/storage/debugbar
|
|
/apps/platform/storage/debugbar
|
|
/vendor
|
|
/apps/platform/vendor
|
|
/bootstrap/cache
|
|
/apps/platform/bootstrap/cache
|
|
Homestead.json
|
|
Homestead.yaml
|
|
Thumbs.db
|
|
/references
|
|
/tests/Browser/Screenshots
|
|
/apps/platform/tests/Browser/Screenshots
|
|
*.tmp
|
|
*.swp
|
|
/apps/platform/.env
|
|
/apps/platform/.env.*
|
|
/apps/website/.env
|
|
/apps/website/.env.*
|