From 2a09fca72861d0dbd741a40975adefe8a0b76747 Mon Sep 17 00:00:00 2001 From: hailin Date: Sat, 10 Jan 2026 20:18:35 -0800 Subject: [PATCH] =?UTF-8?q?chore(mining-admin-web):=20=E6=B7=BB=E5=8A=A0.g?= =?UTF-8?q?itignore=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 忽略以下自动生成的文件: - node_modules/ - .next/ - next-env.d.ts - *.tsbuildinfo - .env*.local Co-Authored-By: Claude Opus 4.5 --- frontend/mining-admin-web/.gitignore | 49 ++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 frontend/mining-admin-web/.gitignore diff --git a/frontend/mining-admin-web/.gitignore b/frontend/mining-admin-web/.gitignore new file mode 100644 index 00000000..c90a0ced --- /dev/null +++ b/frontend/mining-admin-web/.gitignore @@ -0,0 +1,49 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +/node_modules +/.pnp +.pnp.js +.yarn/install-state.gz + +# testing +/coverage + +# next.js +/.next/ +/out/ + +# production +/build + +# misc +.DS_Store +*.pem + +# debug +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# local env files +.env*.local +.env.local + +# Claude Code +.claude/ + +# vercel +.vercel + +# typescript +*.tsbuildinfo +next-env.d.ts + +# IDE +.idea/ +.vscode/ +*.swp +*.swo + +# OS +Thumbs.db