forked from HyperscapeAI/hyperscape
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
105 lines (84 loc) · 1.83 KB
/
.gitignore
File metadata and controls
105 lines (84 loc) · 1.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
# Dependencies
node_modules/
package-lock.json
yarn.lock
# Build outputs
dist/
build/
*.tsbuildinfo
# Rust/Cargo (Tauri app)
**/target/
**/*.rs.bk
# Serena
.serena/
# Documentation
packages/docs-site/build/
packages/docs-site/docs/api/
packages/docs-site/.docusaurus/
packages/docs-site/node_modules/
/development-docs/
# Testing
test-results/
playwright-report/
coverage/
*.log
test-*.json
test-*.png
# Environment
.env
.env.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.agents/
.claude/skills/
.cursor/skills/
# OS
.DS_Store
Thumbs.db
# Temporary files
temp/
tmp/
*.tmp
# Database
*.sqlite
*.sqlite-shm
*.sqlite-wal
# Build and cache directories
.turbo/
.claude-plugin/
# Assets (generated/temporary - root assets directory)
/assets/
# Exception: asset-forge component directory should be tracked
!packages/asset-forge/src/components/Assets/
# 3D Models and Avatars - downloaded from separate assets repo
# Ignore large binary assets (models, textures) but keep manifests JSON
packages/server/world/assets/models/
packages/server/world/assets/textures/
packages/server/world/assets/audio/
# manifests/ directory IS tracked (essential JSON data for server startup)
packages/client/src/public/models/
packages/client/dist/models/
packages/client/packages/
# Claude Code and Cursor IDE development files (keep locally, not in git)
# Allow .claude/settings.json and .claude/README.md for marketplace configuration
# Development documentation (temporary notes, not main docs)
# Keep: README.md, CLAUDE.md, LORE.md
CHARACTER_DASHBOARD_SYNC.md
CHARACTER_SELECTION_ROUTING.md
DASHBOARD_SETUP.md
WALLET_JWT_FIX_SUMMARY.md
clear-users.sql
# Symlinks
/world
# Kluster
.kluster
logs/
eliza/
# Server world assets - ignore large binaries, keep manifests
# The manifests/ directory contains essential JSON data and MUST be tracked
packages/server/world/assets/
.wrangler/