package(docker): 添加“.dockerignore”

开发环境下不排除相关文件构建出来的镜像有将近4个G
This commit is contained in:
zhaotao
2022-07-17 13:54:41 +08:00
parent 30c71d62b2
commit c2df106062
+6
View File
@@ -0,0 +1,6 @@
.idea
runtime
.git
**/.next/**
**/node_modules/**