forked from DGNum/lab-infra
12 lines
170 B
Text
12 lines
170 B
Text
|
# ---> Nix
|
||
|
# Ignore build outputs from performing a nix-build or `nix build` command
|
||
|
result
|
||
|
result-*
|
||
|
|
||
|
.direnv
|
||
|
|
||
|
#ignore vm images
|
||
|
*.qcow2
|
||
|
.gcroots
|
||
|
.pre-commit-config.yaml
|