This commit is contained in:
梁泽军
2025-06-17 17:41:16 +08:00
parent 8109582f27
commit e935bd3987
53 changed files with 427 additions and 1201 deletions

22
client/.gitignore vendored
View File

@@ -1,23 +1,19 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
node_modules/
# production
/build
/dist
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
.env*
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# editor
.vscode/
.idea/
*.swp