chore: 初始化仓库基础文件
- 新增 Git 与 Docker 忽略规则 - 新增项目首页 README 并接入管理端 logo
This commit is contained in:
11
.dockerignore
Normal file
11
.dockerignore
Normal file
@@ -0,0 +1,11 @@
|
||||
.git
|
||||
.idea
|
||||
.DS_Store
|
||||
|
||||
**/node_modules
|
||||
**/dist
|
||||
**/coverage
|
||||
**/target
|
||||
deploy/data
|
||||
|
||||
frontend_miniprogram
|
||||
Reference in New Issue
Block a user