Files
cloudflare-domain-manager/.gitignore
T
Denozordec ed4d6f8a46
quality / commitlint (push) Skipped
CD / update-wiki (push) Failing after 8s
quality / changes (push) Successful in 7s
quality / docker-check (push) Skipped
quality / web (push) Successful in 1m8s
quality / api (push) Successful in 41s
CD / quality (push) Successful in 2m0s
CD / publish (push) Failing after 11m24s
chore: update Docker configuration and CI/CD setup
- Removed Dockerfile and Dockerfile.test as part of the transition to a pre-built image.
- Updated .dockerignore and .gitignore to reflect new build context and ignored files.
- Modified docker-compose.yml to use the new image for the application.
- Enhanced documentation in AGENTS.md and README.md to include CI/CD details and release process.
- Added new dependencies for commit linting and semantic release in package.json and pnpm-lock.yaml.

This commit streamlines the Docker setup and improves the CI/CD workflow with Gitea Actions.
2026-08-19 00:42:38 +07:00

42 lines
447 B
Plaintext

# Rust
backend/target/
**/*.rs.bk
# Node / pnpm monorepo
node_modules/
.pnpm-store/
.turbo/
apps/web/node_modules/
apps/web/dist/
apps/web/.tanstack/
packages/ui/node_modules/
# Data
data/
*.db
*.db-shm
*.db-wal
# Env
.env
.env.local
# IDE
.idea/
.vscode/
*.swp
# OS
.DS_Store
Thumbs.db
# Build
version.txt
.release-version
CHANGELOG.md
.codegraph/daemon.pid
# Local MCP configs (may contain REUI license Bearer)
.cursor/mcp.json
.mcp.json