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 0350f68427
commit 76e0594956
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*