aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-01-13 01:19:15 -0800
committerclarkzjw <[email protected]>2023-01-13 01:19:15 -0800
commite5a205d6a415fcaa786faafb3dc50f2e347b734a (patch)
tree0ef07f6d65d44ef9bc04b9a41342dcf91141ca0f /.gitignore
parent0f5c52d282fc6dcad8b66704652fea3b7ccdfde9 (diff)
downloadhomelab-e5a205d6a415fcaa786faafb3dc50f2e347b734a.tar.gz
init cloudflare config
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore36
1 files changed, 36 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9f11b75..8e5dbd2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,37 @@
1.idea/ 1.idea/
2admin-rc
3
4# Local .terraform directories
5**/.terraform/*
6
7# .tfstate files
8*.tfstate
9*.tfstate.*
10
11# Crash log files
12crash.log
13crash.*.log
14
15# Exclude all .tfvars files, which are likely to contain sensitive data, such as
16# password, private keys, and other secrets. These should not be part of version
17# control as they are data points which are potentially sensitive and subject
18# to change depending on the environment.
19*.tfvars
20*.tfvars.json
21
22# Ignore override files as they are usually used to override resources locally and so
23# are not checked in
24override.tf
25override.tf.json
26*_override.tf
27*_override.tf.json
28
29# Include override files you do wish to add to version control using negated pattern
30# !example_override.tf
31
32# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
33# example: *tfplan*
34
35# Ignore CLI configuration files
36.terraformrc
37terraform.rc
Powered by cgit v1.2.3 (git 2.41.0)