mirror of
https://github.com/ultraworkers/claw-code.git
synced 2026-07-03 04:19:35 +08:00
16 lines
191 B
Plaintext
16 lines
191 B
Plaintext
|
|
# This .dockerignore applies to docker-compose build context: ./rust
|
||
|
|
target
|
||
|
|
**/target
|
||
|
|
.claw
|
||
|
|
.claw-rag
|
||
|
|
.claude
|
||
|
|
node_modules
|
||
|
|
dist
|
||
|
|
build
|
||
|
|
*.log
|
||
|
|
*.tmp
|
||
|
|
*.sqlite
|
||
|
|
*.sqlite-wal
|
||
|
|
*.sqlite-shm
|
||
|
|
.DS_Store
|