aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
1 files changed, 7 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 882adda..ca15434 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,14 +1,16 @@
+# Terraform
*.tfstate
*.tfstate.*
*.tfvars
*.tfvars.json
.terraform.tfstate.lock.info
-*.zip
.terraform/
.terraform*
-log*
-.DS_Store
-venv
-.env
+# Output Files
+*.zip
+log*
__pycache__/
+
+# OS-Related Files
+.DS_Store
git.ajschof.me — hosted by ajschofield — powered by cgit