chore: gitignore Nix build artifacts (result symlinks)

- add .gitignore covering result/result-* symlinks, .direnv, editor cruft
- untrack result and result-activation (Nix build outputs, not config)
This commit is contained in:
hermes-bot
2026-07-21 10:05:22 -03:00
parent a2d55bf983
commit 5f25dd946a
3 changed files with 10 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
# Nix build artifacts
result
result-*
# direnv
.direnv/
# editor / OS cruft
*.swp
.DS_Store