Skip to content

Commit 79bc50f

Browse files
committed
Update ignore list for docker build
1 parent 23054e0 commit 79bc50f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.dockerignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ build
1919
.cursor
2020
*.swp
2121
*.swo
22+
*.code-workspace
23+
24+
# Ignore generated specification and plan files.
25+
.specs
26+
.plans
2227

2328
# Environment files (secrets)
2429
.env
@@ -40,6 +45,7 @@ __mocks__
4045
*.spec.tsx
4146
jest.config.*
4247
jest.setup.*
48+
junit.xml
4349

4450
# Documentation
4551
docs/

0 commit comments

Comments
 (0)