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
|
||||||
@@ -1 +0,0 @@
|
|||||||
/nix/store/kldv63c3f6aqvk95rbwp7jf9ms7qjbb9-home-manager-generation
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
/nix/store/z1w7hmcjbxlj4zif3lwb8ifkn66rjy60-home-manager-generation
|
|
||||||
Reference in New Issue
Block a user