diff --git a/.gitignore b/.gitignore index ceeec03d..ffc8fd3e 100644 --- a/.gitignore +++ b/.gitignore @@ -20,5 +20,10 @@ env.bak/ venv.bak/ .DS_Store -# Terraform cache -.terraform +# Terraform cache and files from local and migration runs +.terraform/ +*.tfstate +*.tfvars +.terraform.lock.hcl +credentials.json +terraform/*.sh