.gitignore 297 B

1234567891011121314151617
  1. # The resources config is generated via terraform
  2. terraform/terraform_resources.json
  3. # Ignore the virtualenv
  4. env/
  5. # No backups or temp files
  6. *.bak
  7. *.swp*
  8. tmp*
  9. # No zip Files or terraform cache
  10. terraform/lambda_scripts/*.zip
  11. .terraform/
  12. # Stupidest thing terraform ever did
  13. .terraform.lock.hcl