Files
crm-ai-demo/.gitignore
AI Bridge Dev f355df605e Add external service config overrides + widget fix
- external-configs/: Chatwoot & Twenty custom compose files (shared DB)
- external-configs/: Widget show.html.erb (bypass broken Vite integration)
- .gitignore: exclude external source dirs, sensitive configs
2026-07-27 15:30:31 +08:00

37 lines
574 B
Plaintext
Raw 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