Moved and updated .containerignore
This commit is contained in:
parent
f69823c08e
commit
6c2f7dd891
1 changed files with 3 additions and 0 deletions
12
.containerignore
Normal file
12
.containerignore
Normal file
|
@ -0,0 +1,12 @@
|
|||
# For more details about .containerignore files, see: https://www.mankier.com/5/containerignore
|
||||
# Also known as .dockerignore: https://docs.docker.com/engine/reference/builder/#dockerignore-file
|
||||
|
||||
# Server files
|
||||
/server/target
|
||||
**/target
|
||||
|
||||
# Client files
|
||||
/client/node_modules
|
||||
/client/dist
|
||||
**/node_modules
|
||||
**/dist
|
Loading…
Add table
Add a link
Reference in a new issue