We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f2a752 commit 5284d4dCopy full SHA for 5284d4d
.dockerignore
@@ -49,7 +49,6 @@ Thumbs.db
49
# 日志文件
50
*.log
51
logs/
52
-mystical_oracle.log
53
54
# 配置文件
55
.env
@@ -67,7 +66,6 @@ dump.rdb
67
66
68
# Qdrant 数据
69
qdrant_data/
70
-qdrant_data/
71
72
# 音频文件
73
*.mp3
.gitignore
@@ -193,7 +193,6 @@ Desktop.ini
193
*.m4a
194
195
# Log files
196
-*.log
197
198
# Configuration files with secrets
199
config.json
0 commit comments