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:
+10
@@ -0,0 +1,10 @@
|
||||
# Nix build artifacts
|
||||
result
|
||||
result-*
|
||||
|
||||
# direnv
|
||||
.direnv/
|
||||
|
||||
# editor / OS cruft
|
||||
*.swp
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user