This commit is contained in:
wkc
2026-02-26 09:27:30 +08:00
commit f64b3462c6
2108 changed files with 321244 additions and 0 deletions

26
ruoyi-ui/.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
.DS_Store
node_modules/
dist/
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
dist.zip
package-lock.json
yarn.lock
vue.config.js