Add .dockerignore entries for node_modules and dist directories
This commit is contained in:
parent
74a8954eb0
commit
7e28707a23
1 changed files with 4 additions and 1 deletions
|
|
@ -1,2 +1,5 @@
|
|||
.venv/
|
||||
**/aws
|
||||
**/aws
|
||||
# node_modules
|
||||
**/node_modules/
|
||||
dist/
|
||||
Loading…
Add table
Add a link
Reference in a new issue