forked from DGNum/lab-infra
chore: init gitignore
This commit is contained in:
parent
d05fcb7e2c
commit
b60016c38a
1 changed files with 11 additions and 0 deletions
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# ---> 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
|
Loading…
Reference in a new issue