forked from xiangwang25/whale-town-end-v2
feat: integrate invitation access, world NPCs, and deployment
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -11,6 +11,15 @@ coverage/
|
||||
test/
|
||||
jest.config.js
|
||||
test-setup.js
|
||||
!jest.config.js
|
||||
!test-setup.js
|
||||
!src/business/auth/register.service.spec.ts
|
||||
!src/business/chat/chat.service.spec.ts
|
||||
!src/business/chat/services/chat_session.service.spec.ts
|
||||
!src/business/mall/mall.service.spec.ts
|
||||
!src/business/world_npc/world_npc.service.spec.ts
|
||||
!src/gateway/auth/register.controller.spec.ts
|
||||
!src/gateway/chat/chat.gateway.spec.ts
|
||||
|
||||
# Runtime configuration and credentials
|
||||
.env
|
||||
@@ -30,6 +39,7 @@ client/.env*
|
||||
logs/
|
||||
generated/
|
||||
redis-data/
|
||||
data/world-npc-state.json
|
||||
uploads/
|
||||
*.log
|
||||
*.log.gz
|
||||
|
||||
Reference in New Issue
Block a user