-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (52 loc) · 812 Bytes
/
.gitignore
File metadata and controls
63 lines (52 loc) · 812 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
# Perry build outputs
dist/
target/
*.o
_perry_failed_stubs.o
# Compiled binaries
mango
Mango.exe
app
app_debug
mango-android
screenshot-mac
screenshot-ios-sim
libhone_editor_android.so
# Runtime data
*.db
# Node modules
node_modules/
# IDE / tooling
.vscode/
.idea/
.claude/
.perry/
# macOS
.DS_Store
# Lock files
bun.lock
# Screenshots (raw captures + generated marketing frames)
screenshots/raw/
appstore/screenshots/
playstore/screenshots/
# Store credentials (contain API keys)
appstore/config.json
playstore/config.json
# Build artifacts
*.app/
mango-android-build/
Mango-orig
mango-test
res/
__pycache__/
__perry_js_bundle.js
test-screenshots/
test_app_nodb
test_mango_lite
test_widgets
# Debug / dev files
mango_debug.log
layout_debug.txt
screenshot*.png
# Internal docs
mango-product-spec.md