aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAlex <git@ajschof.me>2024-08-15 14:55:00 +0100
committerGitHub <noreply@github.com>2024-08-15 14:55:00 +0100
commit5284027a3a7d90353b096f7deddaab63cc95bfc9 (patch)
tree3644f55c7ffa1fa1445e0830d95c480def613faa /.gitignore
parent1c80682afe1ace3ad96982233b90e255ed9b4a20 (diff)
parent8e7e9d74aa577cf4f0f7278232b6d6b7c051e58d (diff)
downloadde-project-bentley-5284027a3a7d90353b096f7deddaab63cc95bfc9.tar.gz
de-project-bentley-5284027a3a7d90353b096f7deddaab63cc95bfc9.zip
Merge branch 'main' into feature/ci-tests
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..cd44594
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,15 @@
+# Terraform
+*.tfstate
+*.tfstate.*
+*.tfvars
+*.tfvars.json
+.terraform.tfstate.lock.info
+.terraform/
+.terraform*
+
+# Output Files
+*.zip
+log*
+
+# OS-Related Files
+.DS_Store
git.ajschof.me — hosted by ajschofield — powered by cgit