Commit e4227cf (a story creation auto-commit) erroneously deleted 175
files from master's tree, likely due to a race condition between
concurrent git operations. This commit re-adds all files from the
working directory.
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/
|
|
.storkit/worktrees/
|
|
.storkit/logs/
|
|
.storkit/work/6_archived/
|
|
.git/
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|