From a8fec62e509ca31af9296274d4f2fa6a2f3ef79e Mon Sep 17 00:00:00 2001 From: Colin Wilk Date: Sun, 4 Jun 2023 11:13:13 +0200 Subject: Update terraform .gitignore Move to terraform directory and add tfstate backups with timestamps in them. Signed-off-by: Colin Wilk --- terraform/.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 terraform/.gitignore (limited to 'terraform') diff --git a/terraform/.gitignore b/terraform/.gitignore new file mode 100644 index 0000000..db0393e --- /dev/null +++ b/terraform/.gitignore @@ -0,0 +1,3 @@ +.terraform/ +*.tfstate +*.tfstate*.backup -- cgit v1.2.3