From 848fa0c07707aa0267b268e853f75b6146aede60 Mon Sep 17 00:00:00 2001 From: Soybean <2570172956@qq.com> Date: Mon, 13 Sep 2021 00:09:55 +0800 Subject: [PATCH] =?UTF-8?q?docs(projects):=20=E6=9B=B4=E6=96=B0README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9baa5a0e..a18cf535 100644 --- a/README.md +++ b/README.md @@ -107,5 +107,15 @@ soybean-admin ├── tree.md ├── tsconfig.json //TS配置 ├── vite.config.ts //vite配置 -└── windi.config.ts //windicss框架配置 +├── windi.config.ts //windicss框架配置 +├── .cz-config.js //git cz提交配置 +├── .editorconfig //统一编辑器配置 +├── .env //环境文件 +├── .env.development //环境文件(开发模式) +├── .env.production //环境文件(生产模式) +├── .env.vercel //环境文件(自定义vercel模式) +├── .eslintignore //忽略eslint检查的配置文件 +├── .eslintrc.js //eslint配置文件 +├── .gitignore //忽略git提交的配置文件 +└── .prettierrc.js //prettier代码格式插件配置 ```