max / alloy
1 file changed,
+13 insertions,
-0 deletions
| @@ -38,3 +38,16 @@ | |||
| 38 | 38 | ||
| 39 | 39 | # Inspiration scrape — third-party images, not ours to redistribute | |
| 40 | 40 | docs/inspo/ | |
| 41 | + | ||
| 42 | + | # Secrets and credentials. The baseline every repo under ~/Code carries, kept | |
| 43 | + | # identical so no repo is the one that forgot. Suffix-matched rather than | |
| 44 | + | # `*.env`, which would also catch committed environment files that hold no | |
| 45 | + | # secrets (sweep systemd/sweep.env). `.env.example` is a tracked template and | |
| 46 | + | # is negated back in. | |
| 47 | + | !.env.example | |
| 48 | + | *.pem | |
| 49 | + | *.key | |
| 50 | + | *.p8 | |
| 51 | + | *.p12 | |
| 52 | + | *.pfx | |
| 53 | + | credentials.json |