-
-
Notifications
You must be signed in to change notification settings - Fork 206
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (51 loc) · 946 Bytes
/
.gitignore
File metadata and controls
63 lines (51 loc) · 946 Bytes
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
# Claude Code settings (contains tokens)
.claude/settings.json
.claude/settings.local.json
*.iml
.gradle
/local.properties
.DS_Store
/build
/captures
.externalNativeBuild
.cxx
local.properties
/.idea
# Marketing assets (large binaries, not source)
/video/
# Build-logic compiled artifacts (no sources — buildSrc is used)
/build-logic/
# MCP server
mcp/node_modules/
mcp/.DS_Store
mcp/demo/*.mp4
# Sample build outputs
samples/*/build/
# MCP compiled test artifacts
mcp/dist/*.test.js
mcp/llms.txt
sceneview-core/build/
# Swift build artifacts
SceneViewSwift/.build/
SceneViewSwift/.swiftpm/
# Android build artifacts
*.apk
*.aab
# MkDocs build output
docs/.cache/
docs/site/
site/
# Xcode
DerivedData/
*.xcodeproj/xcuserdata/
*.xcworkspace/xcuserdata/
# Environment files
.env
.env.local
website/build/
website/node_modules/
website/.gradle/
# Module build artifacts
sceneview-web/build/
sceneview-desktop/build/
mcp/.mcpregistry_*