Skip to content

Commit

Permalink
Update .dockerignore to exclude *.test.ts files & mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
scottohara committed Feb 21, 2024
1 parent 41a97b3 commit 1a49a43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ coverage
cypress
node_modules
public
src/**/*.test.ts
src/mocks
spec
vendor
**/*~
Expand Down

0 comments on commit 1a49a43

Please sign in to comment.