quality / commitlint (push) Skipped
quality / changes (push) Successful in 18s
quality / docker-check (push) Skipped
quality / openapi (push) Successful in 1m31s
quality / web (push) Successful in 1m7s
quality / api (push) Failing after 40s
CD / quality (push) Failing after 3m43s
CD / publish (push) Skipped
- Added .release-version, CHANGELOG.md, and deploy/docker/docker-bake.override.hcl to .gitignore. - Removed Dockerfile as part of the cleanup. - Updated AGENTS.md and README.md to include new documentation on CI/Docker processes and deployment instructions. - Enhanced package.json with new devDependencies for commit linting and semantic release. - Updated pnpm-lock.yaml to reflect new dependencies and versions. These changes streamline the project structure and improve documentation clarity.
51 lines
661 B
Plaintext
51 lines
661 B
Plaintext
# Build context = repository root (deploy/docker/docker-bake.hcl).
|
|
.git
|
|
.gitea
|
|
.github
|
|
.cursor
|
|
.claude
|
|
.codegraph
|
|
.agents
|
|
memory-bank
|
|
.vscode
|
|
.idea
|
|
|
|
**/.DS_Store
|
|
**/Thumbs.db
|
|
**/.env
|
|
**/.env.*
|
|
!**/.env.example
|
|
!**/.env.*.example
|
|
|
|
node_modules
|
|
**/node_modules
|
|
**/dist
|
|
apps/web/src/routeTree.gen.ts
|
|
apps/web/playwright-report
|
|
apps/web/test-results
|
|
|
|
*.md
|
|
AGENTS.md
|
|
CONTRIBUTING.md
|
|
LICENSE
|
|
docs
|
|
|
|
.pre-commit-config.yaml
|
|
.releaserc.json
|
|
.commitlintrc.*
|
|
commitlint.config.cjs
|
|
redocly.yaml
|
|
package-lock.json
|
|
|
|
data
|
|
*.exe
|
|
**/*.test.ts
|
|
**/*.spec.ts
|
|
coverage
|
|
.coverage
|
|
*.out
|
|
.release-version
|
|
CHANGELOG.md
|
|
deploy/docker/docker-bake.override.hcl
|
|
deploy/compose/runtime-logs
|