Commit bca2e70
committed
chore(gitignore): production-hardening patterns
Adds the credential + cache + coverage patterns that were either
missing or scattered across the existing .gitignore. Specifically:
- *.pem / *.key / *.p12 / *.pfx / credentials*.json / secrets/ —
never commit auth material to a public SDK repo.
- _deps/ / build-*/ — explicit (build/ already covered the common
case but downstream FetchContent + multi-config layouts can land
these outside build/).
- *.gcov / *.gcda / *.gcno / *.profraw / *.profdata / coverage/ —
coverage instrumentation output.
- .DS_Store / Thumbs.db — OS noise from cross-platform contributors.
Idempotent: gated by a 'Production-hardening patterns' sentinel
comment so re-running the patch script is safe.1 parent 91f53ca commit bca2e70
1 file changed
Lines changed: 34 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 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 | + | |
0 commit comments