1234567891011121314151617 |
- # The resources config is generated via terraform
- terraform/terraform_resources.json
- # Ignore the virtualenv
- env/
- # No backups or temp files
- *.bak
- *.swp*
- tmp*
- # No zip Files or terraform cache
- terraform/lambda_scripts/*.zip
- .terraform/
- # Stupidest thing terraform ever did
- .terraform.lock.hcl
|