新项目

This commit is contained in:
2024-05-06 09:48:37 +08:00
parent fb97c504ef
commit 30d7c5611e
442 changed files with 41092 additions and 0 deletions

31
.gitignore vendored Normal file
View File

@@ -0,0 +1,31 @@
**/.DS_Store
**/*.log
node_modules/
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.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
wms-ui/