.gitignore: add nix ignores
This commit is contained in:
parent
44e23413ff
commit
0b1b8c296c
|
@ -1,2 +1,8 @@
|
||||||
|
# Rust
|
||||||
/target
|
/target
|
||||||
config.toml
|
config.toml
|
||||||
|
|
||||||
|
# Nix
|
||||||
|
/.direnv/
|
||||||
|
result
|
||||||
|
result-*
|
||||||
|
|
Loading…
Reference in New Issue