CD / update-wiki (push) Successful in 11s
quality / commitlint (push) Skipped
quality / changes (push) Successful in 9s
quality / docker-check (push) Skipped
quality / web (push) Successful in 1m34s
quality / api (push) Successful in 1m4s
CD / quality (push) Successful in 2m52s
CD / publish (push) Successful in 54s
- Added new dependencies for @tanstack/router-cli and updated related packages in pnpm-lock.yaml. - Modified the build script in package.json to include `tsr generate` for route generation. - Enhanced the wiki update job in Gitea Actions to use a fallback for the GITEA_TOKEN and improved the authorization method for pushing changes. - Updated .dockerignore to clarify generated files. This commit improves the build process and ensures smoother updates to the wiki documentation.
53 lines
766 B
Plaintext
53 lines
766 B
Plaintext
# Build context = repository root (deploy/docker/docker-bake.hcl).
|
|
.git
|
|
.gitea
|
|
.github
|
|
.cursor
|
|
.claude
|
|
.codegraph
|
|
.agents
|
|
.opencode
|
|
memory-bank
|
|
.vscode
|
|
.idea
|
|
|
|
**/.DS_Store
|
|
**/Thumbs.db
|
|
**/.env
|
|
**/.env.*
|
|
!**/.env.example
|
|
!**/.env.*.example
|
|
|
|
node_modules
|
|
**/node_modules
|
|
**/dist
|
|
**/.turbo
|
|
# Генерируется `tsr generate` в `web` build (tsc идёт до Vite-плагина).
|
|
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
|
|
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
|