Files
gochat/.gitignore
T
Rogeeandrogee a5d244d293 HH-500: add reproducible production dist bundle (#111)
* HH-500: add reproducible production dist bundle

* HH-500: make production bundle builds reproducible

* HH-500: lock complete runtime APK closure

---------

Co-authored-by: Rogee <rogee@ipao.vip>
2026-08-23 00:22:20 +08:00

77 lines
907 B
Plaintext

# GoChat .gitignore
# Reference: Chatwoot .gitignore pattern
# Build output
bin/
tmp/
backend/gochat
backend/route_parity
/output/
/dist/
# IDE
.idea/
.vscode/
.playwright-cli/
.codegraph/
*.swp
*.swo
# Local agent artifacts
/.hermes/plans/
/CDP_TESTING_HANDOFF.md
/opencode.jsonc
/review-h*.md
/test-widget-embed.html
# OS
.DS_Store
Thumbs.db
# Environment
.env
.env.local
.env.*.local
# Coverage
coverage.out
coverage.html
# Logs
*.log
log/
# Storage
storage/
/backend/uploads/
# Dependencies
vendor/
node_modules/
# Air temp files
tmp/
.tmp/
build-errors.log
*.out
*.db
*.test
/gochat
# Frontend (Chatwoot Vue app) — exclude build artifacts & deps.
frontend/node_modules/
frontend/tmp/
frontend/log/
frontend/coverage/
frontend/public/packs/
frontend/storage/
frontend/.tmp/
frontend/dist/
frontend/.codegraph/
frontend/.vscode/
frontend/Procfile.test
.worktrees/
.agent_context/
.multica/