From c70494f128372d3d7ffbd9d5435ddff34521e87b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=B9=E5=B0=BC=E5=B0=94?= Date: Tue, 10 Mar 2026 17:21:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cf1aa47 --- /dev/null +++ b/.gitignore @@ -0,0 +1,47 @@ +######################## +# OS / 编辑器 +######################## +.DS_Store +Thumbs.db +.idea +.vscode/* +!.vscode/extensions.json + +######################## +# Node / Vite(前后端通用) +######################## +node_modules +dist +dist-ssr +.vite + +# 本地环境变量(不要提交) +.env +.env.* +*.local + +######################## +# 日志 +######################## +logs +*.log +npm-debug.log* +yarn-debug.log* +pnpm-debug.log* +lerna-debug.log* + +######################## +# 测试 & 覆盖率 +######################## +coverage +.nyc_output + +######################## +# 其他 +######################## +*.pid +*.pid.lock +.eslintcache +.npm +.node_repl_history +