Skip to main content

max / synckit

490 B · 23 lines History Blame Raw
1 /target
2 **/target
3 Cargo.lock
4
5 # cargo-mutants run artifacts
6 mutants.out/
7 mutants.out.old/
8
9 # Secrets and credentials. The baseline every repo under ~/Code carries, kept
10 # identical so no repo is the one that forgot. Suffix-matched rather than
11 # `*.env`, which would also catch committed environment files that hold no
12 # secrets (sweep systemd/sweep.env). `.env.example` is a tracked template and
13 # is negated back in.
14 .env
15 .env.*
16 !.env.example
17 *.pem
18 *.key
19 *.p8
20 *.p12
21 *.pfx
22 credentials.json
23