mirror of
https://github.com/instructkr/claude-code.git
synced 2026-05-25 15:06:44 +00:00
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
|