diff --git a/.gitignore b/.gitignore index 64525bb9..67e4977a 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /template/uni-app/node_modules/ /template/uni-app/unpackage/ /template/uni-app/.hbuilderx/ + diff --git a/LICENSE b/LICENSE index 5670b635..5104564a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ - GNU GENERAL PUBLIC LICENSE + GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. diff --git a/docker-compose/README.md b/docker-compose/README.md index 9880a196..5f2ecf8d 100644 --- a/docker-compose/README.md +++ b/docker-compose/README.md @@ -3,7 +3,7 @@ docker 官网下载 https://www.docker.com/products/docker-desktop -或命令安装 +或命令安装 ``` curl -sSL https://get.daocloud.io/docker | sh ```