aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-01-31 11:43:32 -0800
committerGitHub <[email protected]>2023-01-31 11:43:32 -0800
commit0d9b8b4a4a2bb936744a338d1e7a42f2bd2272c9 (patch)
treec475968cdaa9acfe00177d4b00bfb027d9887b27
downloadzjw.social-0d9b8b4a4a2bb936744a338d1e7a42f2bd2272c9.tar.gz
Initial commit
-rw-r--r--.gitignore29
1 files changed, 29 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7a3e2fd
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,29 @@
1# Local .terraform directories
2**/.terraform/*
3
4# .tfstate files
5*.tfstate
6*.tfstate.*
7
8# Crash log files
9crash.log
10
11# Ignore any .tfvars files that are generated automatically for each Terraform run. Most
12# .tfvars files are managed as part of configuration and so should be included in
13# version control.
14#
15# example.tfvars
16
17# Ignore override files as they are usually used to override resources locally and so
18# are not checked in
19override.tf
20override.tf.json
21*_override.tf
22*_override.tf.json
23
24# Include override files you do wish to add to version control using negated pattern
25#
26# !example_override.tf
27
28# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
29# example: *tfplan*
Powered by cgit v1.2.3 (git 2.41.0)