Skip to content

Commit

Permalink
Make .dockerignore files consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed May 8, 2024
1 parent c7ef955 commit e71d461
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions backend/.dockerignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.idea
.vscode
coverage
cypress
dist
node_modules
6 changes: 6 additions & 0 deletions migrations/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.idea
.vscode
coverage
cypress
dist
node_modules

0 comments on commit e71d461

Please sign in to comment.