Skip to content

Commit 830c3f0

Browse files
committed
Updated gitignore
1 parent fd5979f commit 830c3f0

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.gitignore

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,34 @@ shared-assets/bastion-py-script/.oci/
33
shared-assets/bastion-py-script/temp/
44
temp/
55
app-dev/app-integration-and-automation/oracle-integration-cloud/01-oic-connectivity-agent/README_tmp.html
6+
7+
8+
# Local .terraform directories
9+
**/.terraform/*
10+
11+
12+
# Crash log files
13+
crash.log
14+
crash.*.log
15+
16+
# Exclude all .tfvars files, which are likely to contain sensitive data, such as
17+
# password, private keys, and other secrets. These should not be part of version
18+
# control as they are data points which are potentially sensitive and subject
19+
# to change depending on the environment.
20+
*.tfvars
21+
*.tfvars.json
22+
23+
24+
# Ignore override files as they are usually used to override resources locally and so
25+
# are not checked in
26+
override.tf
27+
override.tf.json
28+
*_override.tf
29+
*_override.tf.json
30+
31+
# Ignore CLI configuration files
32+
.terraformrc
33+
terraform.rc
34+
35+
# Terraform lock files
36+
*.lock.hcl

0 commit comments

Comments
 (0)