2d8ccb3eb6
Rename all references from storkit to huskies across the codebase: - .storkit/ directory → .huskies/ - Binary name, Cargo package name, Docker image references - Server code, frontend code, config files, scripts - Fix script/test to build frontend before cargo clippy/test so merge worktrees have frontend/dist available for RustEmbed Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
12 lines
166 B
Plaintext
12 lines
166 B
Plaintext
# Docker build context exclusions
|
|
**/target/
|
|
**/node_modules/
|
|
frontend/dist/
|
|
.huskies/worktrees/
|
|
.huskies/logs/
|
|
.huskies/work/6_archived/
|
|
.git/
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|