My nix-darwin and NixOS config
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: add root target directory to gitignore

+1
+1
.gitignore
··· 10 10 # --- Rust / Tools Specific --- 11 11 # Your ./tools directory is a Rust project; ignore its build artifacts 12 12 /tools/target/ 13 + /target/ 13 14 14 15 # --- SECRETS (Deny-by-Default Strategy) --- 15 16 # 1. Ignore everything in the secrets directory by default