move gitignore to apply to infra dir

This commit is contained in:
Kiara Grouwstra 2025-04-18 17:14:13 +02:00
parent 65393abf9c
commit 09899c7f3a
2 changed files with 6 additions and 7 deletions

6
.gitignore vendored
View file

@ -1,3 +1,9 @@
.npins.json
.terraform/
.terraform.lock.hcl
.terraform.tfstate.lock.info
terraform.tfstate*
.auto.tfvars.json
.DS_Store
.idea
*.log

7
launch/.gitignore vendored
View file

@ -1,7 +0,0 @@
# generated
.auto.tfvars.json
.npins.json
.terraform/
.terraform.lock.hcl
.terraform.tfstate.lock.info
terraform.tfstate*