Files
crm-ai-demo/.gitignore
AI Bridge Dev a9dee69e61 Add external service config overrides (Chatwoot compose + widget fix, Twenty compose)
- external-configs/chatwoot/docker-compose.yaml: shared DB version
- external-configs/chatwoot/app/views/widgets/show.html.erb: bypass broken Vite
- external-configs/twenty/packages/twenty-docker/docker-compose.yml: shared DB version
- .gitignore: fix path patterns (root-only for dirs, docker-compose.yml)
2026-07-27 15:31:24 +08:00

37 lines
577 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 外部源码目录(通过 git clone 获取,不纳入本项目仓库)
/chatwoot/
/twenty/
# 敏感配置文件(含 API keys / tokens / secrets
bridge/chatwoot.config.json
bridge/llm.config.json
bridge/twenty.config.json
bridge/kb.config.json
chatwoot/.env
twenty/packages/twenty-docker/.env
/docker-compose.yml
# 运行时生成
public/vite-dev/
public/widget-assets/
public/packs/
runtime/
tmp/
log/
# 依赖
node_modules/
vendor/
.gems/
# 测试/临时文件
mock_eta.js
mock_services.js
gen_apikey.js
add_note.js
find_keys.js
create_workflow.js
*.bak
*.log