Skip to content

Commit

Permalink
⚡ add node_modules and .vscode to dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Cory authored and Will Cory committed Feb 1, 2023
1 parent ae9f35d commit eb9fc71
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
@@ -1,6 +1,8 @@
.github
.vscode

node_modules
**/node_modules
.env
**/.env

Expand Down

0 comments on commit eb9fc71

Please sign in to comment.