From b26fbec7f876f006ff713e0a694d8ed15567016d Mon Sep 17 00:00:00 2001
From: Kiara Grouwstra <kiara@procolix.eu>
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*