11 lines
154 B
Plaintext
11 lines
154 B
Plaintext
|
|
# Docker build context exclusions
|
||
|
|
target/
|
||
|
|
frontend/node_modules/
|
||
|
|
frontend/dist/
|
||
|
|
.storkit/worktrees/
|
||
|
|
.storkit/work/6_archived/
|
||
|
|
.git/
|
||
|
|
*.swp
|
||
|
|
*.swo
|
||
|
|
.DS_Store
|