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.
42 lines
525 B
Plaintext
42 lines
525 B
Plaintext
# Node / pnpm monorepo
|
|
node_modules/
|
|
.pnpm-store/
|
|
.turbo/
|
|
apps/web/node_modules/
|
|
apps/web/dist/
|
|
apps/web/.tanstack/
|
|
apps/api/dist/
|
|
packages/*/node_modules/
|
|
packages/*/dist/
|
|
|
|
# Data
|
|
data/
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
|
|
# Env / secrets
|
|
.env
|
|
.env.local
|
|
apps/web/.env.local
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Build
|
|
version.txt
|
|
.release-version
|
|
CHANGELOG.md
|
|
deploy/docker/docker-bake.override.hcl
|
|
*.tsbuildinfo
|
|
# Local MCP configs (may contain REUI license Bearer)
|
|
.cursor/mcp.json
|
|
.mcp.json
|
|
.codegraph/daemon.pid
|