1
0
Fork 0

for now gitignore .auto.tfvars.json used to track TF module of nixos-anywhere

in case we want that file for something else, we can move this (and its
ignore) to something separate.
This commit is contained in:
kiara Grouwstra 2025-03-30 12:48:53 +02:00
parent 8e83f5b00c
commit b26fbec7f8
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

1
launch/.gitignore vendored
View file

@ -1,3 +1,4 @@
.auto.tfvars.json
.terraform/
.terraform.tfstate.lock.info
terraform.tfstate*