-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitignore
More file actions
132 lines (109 loc) · 2.19 KB
/
Copy path.gitignore
File metadata and controls
132 lines (109 loc) · 2.19 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
node_modules/
.expo/
.worktrees/
.env.local
.env*.local
npm-debug.*
*.jks
*.p8
*.p12
*.key
*.mobileprovision
*.orig.*
web-build/
dist/
# Superpowers brainstorm sessions
.superpowers/
# macOS
.DS_Store
# @generated expo-cli sync-6dadf4473a68d442693222da99ac7c6cf2ee306a
# The following patterns were generated by expo-cli
# OSX
#
.DS_Store
# Xcode
#
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate
project.xcworkspace
# Android/IntelliJ
#
build/
.idea
.gradle
local.properties
*.iml
*.hprof
# node.js
#
node_modules/
npm-debug.log
yarn-error.log
# Yarn 4
.yarn/install-state.gz
.yarn/build-state.yml
# BUCK
buck-out/
\.buckd/
*.keystore
!debug.keystore
# Bundle artifacts
*.jsbundle
# CocoaPods
/ios/Pods/
# Expo
.expo/
web-build/
expo-env.d.ts
# @end expo-cli
# iOS
ios/Pods/
ios/build/
# Android
android/.gradle/
android/app/build/
android/build/
# iOS native (managed by EAS)
/ios
# Playwright MCP artifacts
.playwright-mcp/
# Local Cloudinary onboarding script (contains inline secret — never commit)
scripts/cloudinary-onboarding.js
# Portrait backup directory (created by migration script — local only)
portrait-backup/
# Supabase CLI local cache/metadata
supabase/.temp/
/.ds-sync/
/.ds-pkg/
/ds-bundle/
/.design-sync/.cache/
/.design-sync/learnings/
/.design-sync/node_modules
# Local AI-portrait reference art (copyrighted game renders, do not commit)
reference-portraits/
out/
assets/silhouettes/raw/
# Design-audit snapshots — full-page admin screenshots contain LIVE business
# data (traffic, revenue, member counts). This repo is public: never commit
# them. Keep snapshots in a private store. See scripts/design-audit/README.md.
scripts/design-audit/history/
# Generated App Store frames. `store/captures/` (the hand-driven simulator
# shots) IS tracked — those are irreplaceable source. These are built FROM
# them by `node scripts/social/store-screens.mjs` and verified reproducible:
# regenerating gave 5 of 8 byte-identical and a max channel delta of 1/255 on
# the rest. 25 MB of derived output does not belong in git.
store/screenshots/