From 76e05949562e7c81605b572337e7651dec193507 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Sun, 30 Mar 2025 12:48:53 +0200 Subject: [PATCH] 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. --- launch/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/launch/.gitignore b/launch/.gitignore index 0f8ba9b3..6ff139e0 100644 --- a/launch/.gitignore +++ b/launch/.gitignore @@ -1,3 +1,4 @@ +.auto.tfvars.json .terraform/ .terraform.tfstate.lock.info terraform.tfstate*