Commit 4d299df
committed
chore: harden .gitignore and untrack sensitive/build artifacts
- Untrack developerID_application.cer (Apple Developer certificate
should never live in a public repo - Fastlane/CI fetches at build time)
- Untrack tsconfig.*.tsbuildinfo (build cache, causes merge conflicts)
- Expand .gitignore to block all cert/key/provisioning extensions
(*.cer, *.pem, *.p12, *.p8, *.key, *.mobileprovision, etc.)
- Add .env.* allowlist pattern so future env files are blocked by default
- Move hardcoded Apple ID out of fastlane/Appfile to ENV-only
- Replace personal email in fastlane/.env.example with placeholder1 parent 9689b10 commit 4d299df
2 files changed
Lines changed: 38 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
4 | 10 | | |
| 11 | + | |
| 12 | + | |
5 | 13 | | |
| 14 | + | |
| 15 | + | |
6 | 16 | | |
| 17 | + | |
7 | 18 | | |
8 | 19 | | |
9 | 20 | | |
10 | 21 | | |
11 | 22 | | |
12 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
13 | 37 | | |
14 | 38 | | |
15 | 39 | | |
16 | 40 | | |
| 41 | + | |
17 | 42 | | |
18 | 43 | | |
19 | 44 | | |
| |||
23 | 48 | | |
24 | 49 | | |
25 | 50 | | |
26 | | - | |
27 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
0 commit comments