From f355df605e3d06ffa10497e3fa47c680275251c8 Mon Sep 17 00:00:00 2001 From: AI Bridge Dev Date: Mon, 27 Jul 2026 15:30:31 +0800 Subject: [PATCH] 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 --- .gitignore | 7 ++++--- .idea/vcs.xml | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 954bb72..c7dbcf2 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 900361a..a1e0f89 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -1,6 +1,7 @@ +