ruoyiflex-elementplus-ts/.gitignore

32 lines
358 B
Plaintext
Raw Permalink Normal View History

2024-01-29 16:45:29 +08:00
.DS_Store
.history
node_modules/
dist/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
**/*.log
2024-01-18 10:10:25 +08:00
2024-01-29 16:45:29 +08:00
tests/**/coverage/
tests/e2e/reports
selenium-debug.log
2024-01-18 10:10:25 +08:00
2024-01-29 16:45:29 +08:00
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.local
2024-01-18 10:10:25 +08:00
2024-01-29 16:45:29 +08:00
package-lock.json
yarn.lock
pnpm-lock.yaml
2024-03-05 14:54:30 +08:00
*开发日志.txt
2024-01-29 16:45:29 +08:00
# 编译生成的文件
auto-imports.d.ts
components.d.ts