From 09899c7f3a24ed16a354f895bf5491e506b6f65d Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Fri, 18 Apr 2025 17:14:13 +0200 Subject: [PATCH] move gitignore to apply to infra dir --- .gitignore | 6 ++++++ launch/.gitignore | 7 ------- 2 files changed, 6 insertions(+), 7 deletions(-) delete mode 100644 launch/.gitignore diff --git a/.gitignore b/.gitignore index 7aa68143..cafa559c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,9 @@ +.npins.json +.terraform/ +.terraform.lock.hcl +.terraform.tfstate.lock.info +terraform.tfstate* +.auto.tfvars.json .DS_Store .idea *.log diff --git a/launch/.gitignore b/launch/.gitignore deleted file mode 100644 index 9fd1eb48..00000000 --- a/launch/.gitignore +++ /dev/null @@ -1,7 +0,0 @@ -# generated -.auto.tfvars.json -.npins.json -.terraform/ -.terraform.lock.hcl -.terraform.tfstate.lock.info -terraform.tfstate*