Added gitignore templates
This commit is contained in:
9
ignore/Nix.gitignore
Normal file
9
ignore/Nix.gitignore
Normal file
@@ -0,0 +1,9 @@
|
||||
# Ignore build outputs from performing a nix-build or `nix build` command
|
||||
result
|
||||
result-*
|
||||
|
||||
# Ignore automatically generated direnv output
|
||||
.direnv
|
||||
|
||||
# Ignore NixOS interactive test driver history
|
||||
**/.nixos-test-history
|
||||
Reference in New Issue
Block a user