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:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -1,3 +1,7 @@
|
|||||||
|
# 外部源码目录(通过 git clone 获取,不纳入本项目仓库)
|
||||||
|
chatwoot/
|
||||||
|
twenty/
|
||||||
|
|
||||||
# 敏感配置文件(含 API keys / tokens / secrets)
|
# 敏感配置文件(含 API keys / tokens / secrets)
|
||||||
bridge/chatwoot.config.json
|
bridge/chatwoot.config.json
|
||||||
bridge/llm.config.json
|
bridge/llm.config.json
|
||||||
@@ -7,9 +11,6 @@ chatwoot/.env
|
|||||||
twenty/packages/twenty-docker/.env
|
twenty/packages/twenty-docker/.env
|
||||||
docker-compose.yml
|
docker-compose.yml
|
||||||
|
|
||||||
# 外部源码目录
|
|
||||||
chatwoot/
|
|
||||||
twenty/
|
|
||||||
|
|
||||||
# 运行时生成
|
# 运行时生成
|
||||||
public/vite-dev/
|
public/vite-dev/
|
||||||
|
|||||||
1
.idea/vcs.xml
generated
1
.idea/vcs.xml
generated
@@ -1,6 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="VcsDirectoryMappings">
|
<component name="VcsDirectoryMappings">
|
||||||
|
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||||
<mapping directory="$PROJECT_DIR$/chatwoot" vcs="Git" />
|
<mapping directory="$PROJECT_DIR$/chatwoot" vcs="Git" />
|
||||||
<mapping directory="$PROJECT_DIR$/twenty" vcs="Git" />
|
<mapping directory="$PROJECT_DIR$/twenty" vcs="Git" />
|
||||||
</component>
|
</component>
|
||||||
|
|||||||
Reference in New Issue
Block a user