diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,14 @@ +*.tfstate +*.tfstate.* +*.tfvars +*.tfvars.json +.terraform.tfstate.lock.info +*.zip +.terraform/ +.terraform* +log* +.DS_Store + venv .env -__pycache__/
\ No newline at end of file +__pycache__/ |
