From b86451339f2aef3f82b68cdc7a31dfa4eb59863d Mon Sep 17 00:00:00 2001 From: pany <939630029@qq.com> Date: Wed, 20 Apr 2022 23:15:39 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=B8=80=E4=BA=9B=E5=BF=85=E8=A6=81?= =?UTF-8?q?=E7=9A=84=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 13 +++++++++++++ .gitignore | 18 ++++++++++++------ README.md | 17 ++--------------- index.html | 2 +- package.json | 4 ++-- tsconfig.json | 16 ++++++++++++---- tsconfig.node.json | 8 -------- 7 files changed, 42 insertions(+), 36 deletions(-) create mode 100644 .editorconfig delete mode 100644 tsconfig.node.json diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..271822f7 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 2 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + +[*.md] +insert_final_newline = false +trim_trailing_whitespace = false diff --git a/.gitignore b/.gitignore index a547bf36..abdd9e00 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,11 @@ +.DS_Store +node_modules +dist +dist-ssr + +# local env files +*.local + # Logs logs *.log @@ -7,18 +15,16 @@ yarn-error.log* pnpm-debug.log* lerna-debug.log* -node_modules -dist -dist-ssr -*.local - # Editor directories and files .vscode/* !.vscode/extensions.json .idea -.DS_Store *.suo *.ntvs* *.njsproj *.sln *.sw? + +# Use the PNPM +package-lock.json +yarn.lock diff --git a/README.md b/README.md index e4325167..0864dff5 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,3 @@ -# Vue 3 + TypeScript + Vite +## ⚡️ 简介 -This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `