-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (37 loc) · 724 Bytes
/
Copy path.gitignore
File metadata and controls
41 lines (37 loc) · 724 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
node_modules
dist
dist-debug
out
.DS_Store
.eslintcache
*.log*
*.tsbuildinfo
# Local-only planning/release material kept out of the public source tree
.local-only/
/PLAN-IMPORT-CODEX-BRIEF.md
docs/
RELEASING.md
scripts/publish-clean.sh
scripts/build-ios-simulator.cjs
scripts/check-codexbridge-seam.cjs
scripts/smoke-apns-push.cjs
scripts/validate-remote-ios-fixtures.cjs
scripts/validate-remote-ios-release.cjs
tests/fixtures/remote-ios/
# Secrets / credentials — never commit
.env
.env.*
!.env.example
*.p8
*.p12
*.pfx
*.pem
*.key
*.cer
*.mobileprovision
*.keystore
# Swift build output (was committed into history once — keep it out now)
**/.build/
ios/TaskWraithApp/build/
# Local agent / session state
.claude/