From 9680942e5f2db64d23847dd9dbc25d28c5e8776d Mon Sep 17 00:00:00 2001 From: FazZhu Date: Thu, 19 Mar 2026 01:27:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A1=A5=E5=85=85gitignore=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend-react/.gitignore | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 frontend-react/.gitignore diff --git a/frontend-react/.gitignore b/frontend-react/.gitignore new file mode 100644 index 0000000..49c6e59 --- /dev/null +++ b/frontend-react/.gitignore @@ -0,0 +1,37 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +# Dependency directories +node_modules/ +# Build output +dist/ +dist-ssr/ +# Vite temporary files +vite +# Editor-specific files +vscode/ +idea/ +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? +# System files +DS_Store +Thumbs.db +# ESLint cache +eslintcache +# Optional npm/yarn/pnpm files +npm/ +yarn-integrity +# Output of `npm pack` +*.tgz +# Local environment files +env.local +env.*.local +# Coverage reports (if using testing tools like Jest) +coverage/ \ No newline at end of file