[fix] 修改.gitignore

pull/445/head
hsdllcw 2024-07-24 15:09:42 +08:00
parent 6848bf9196
commit 6880fd38d7
1 changed files with 24 additions and 23 deletions

47
ruoyi-ui/.gitignore vendored
View File

@ -1,23 +1,24 @@
.DS_Store .DS_Store
node_modules/ node_modules/
dist/ dist/
npm-debug.log* npm-debug.log*
yarn-debug.log* yarn-debug.log*
yarn-error.log* yarn-error.log*
**/*.log **/*.log
tests/**/coverage/ tests/**/coverage/
tests/e2e/reports tests/e2e/reports
selenium-debug.log selenium-debug.log
# Editor directories and files # Editor directories and files
.idea .idea
.vscode .vscode
*.suo *.suo
*.ntvs* *.ntvs*
*.njsproj *.njsproj
*.sln *.sln
*.local *.local
package-lock.json package-lock.json
yarn.lock yarn.lock
pnpm-lock.yaml