mirror of
https://github.com/instructkr/claw-code.git
synced 2026-06-01 22:10:16 +02:00
bc1b3c837a
Adds docker-compose.yml with Qdrant and RAG service, plus .dockerignore files.
18 lines
229 B
Plaintext
18 lines
229 B
Plaintext
# Keep docker build context small (Windows-friendly).
|
|
.git
|
|
.github
|
|
**/target
|
|
**/.claw-rag
|
|
**/.claw
|
|
**/.claude
|
|
**/.cursor
|
|
**/node_modules
|
|
**/dist
|
|
**/build
|
|
**/*.log
|
|
**/*.tmp
|
|
**/*.sqlite
|
|
**/*.sqlite-wal
|
|
**/*.sqlite-shm
|
|
**/.DS_Store
|