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
This commit is contained in:
AI Bridge Dev
2026-07-27 15:30:31 +08:00
parent 4a29860b51
commit f355df605e
2 changed files with 5 additions and 3 deletions

7
.gitignore vendored
View File

@@ -1,3 +1,7 @@
# 外部源码目录(通过 git clone 获取,不纳入本项目仓库)
chatwoot/
twenty/
# 敏感配置文件(含 API keys / tokens / secrets
bridge/chatwoot.config.json
bridge/llm.config.json
@@ -7,9 +11,6 @@ chatwoot/.env
twenty/packages/twenty-docker/.env
docker-compose.yml
# 外部源码目录
chatwoot/
twenty/
# 运行时生成
public/vite-dev/

1
.idea/vcs.xml generated
View File

@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
<mapping directory="$PROJECT_DIR$/chatwoot" vcs="Git" />
<mapping directory="$PROJECT_DIR$/twenty" vcs="Git" />
</component>