refactor: ♻️ 使用Ant Design全局化配置
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -58,14 +58,14 @@ Thumbs.db
|
||||
*.temp
|
||||
.cache/
|
||||
|
||||
# Frontend specific
|
||||
# Frontend specific (React + Vite)
|
||||
frontend/dist/
|
||||
frontend/node_modules/
|
||||
frontend/.env
|
||||
frontend/.env.local
|
||||
frontend/.env.*.local
|
||||
|
||||
# Backend specific
|
||||
# Backend specific (NestJS)
|
||||
backend/dist/
|
||||
backend/node_modules/
|
||||
backend/.env
|
||||
@@ -73,7 +73,7 @@ backend/.env.local
|
||||
backend/.env.*.local
|
||||
backend/test-game-server.js
|
||||
|
||||
# Package manager files
|
||||
# Package manager lock files
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
pnpm-lock.yaml
|
||||
|
||||
Reference in New Issue
Block a user