chore: 添加.gitignore排除node_modules和临时文件

This commit is contained in:
chiguyong 2026-03-22 01:35:46 +08:00
parent 1bcc0facd2
commit 7f01db00e4
1 changed files with 28 additions and 0 deletions

28
.gitignore vendored Normal file
View File

@ -0,0 +1,28 @@
node_modules/
dist/
*.log
.env.local
.env.*.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
.DS_Store
*.local
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
test-results/
playwright-report/
*.tsbuildinfo
vite.config.js
vite.config.d.ts
public/
test-*.mjs
test-results/