pspp/.gitignore
2025-07-16 15:43:03 +08:00

35 lines
398 B
Plaintext

.DS_Store
.history
node_modules/
dist*
vite.config*
npm-debug.log*
yarn-debug.log*
yarn-error.log*
**/*.log
tests/**/coverage/
tests/e2e/reports
selenium-debug.log
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.local
package-lock.json
yarn.lock
pnpm-lock.yaml
# 编译生成的文件
auto-imports.d.ts
components.d.ts
# 项目配置文件
vite.config.ts
dist.zip