max / audiofiles
1 file changed,
+13 insertions,
-0 deletions
| @@ -46,3 +46,16 @@ | |||
| 46 | 46 | ||
| 47 | 47 | # Python bytecode from scripts/ | |
| 48 | 48 | __pycache__/ | |
| 49 | + | ||
| 50 | + | # Secrets and credentials. The baseline every repo under ~/Code carries, kept | |
| 51 | + | # identical so no repo is the one that forgot. Suffix-matched rather than | |
| 52 | + | # `*.env`, which would also catch committed environment files that hold no | |
| 53 | + | # secrets (sweep systemd/sweep.env). `.env.example` is a tracked template and | |
| 54 | + | # is negated back in. | |
| 55 | + | !.env.example | |
| 56 | + | *.pem | |
| 57 | + | *.key | |
| 58 | + | *.p8 | |
| 59 | + | *.p12 | |
| 60 | + | *.pfx | |
| 61 | + | credentials.json |