Skip to content

Commit cc81c0c

Browse files
committed
chore: adding tf stuff to git ignore
feat: GCP budget alert building block ci: adding changes to the validate process feat: GCP budget alert building block chore: adding tf stuff to git ignore feat: GCP budget alert building block ci: adding changes to the validate process feat: GCP budget alert building block chore: adding tf stuff to git ignore chore: adding tf stuff to git ignore
1 parent 49e808d commit cc81c0c

File tree

1 file changed

+49
-1
lines changed

1 file changed

+49
-1
lines changed

.gitignore

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# angular
12
/.idea/
23

34
.DS_Store
@@ -13,4 +14,51 @@ yarn-error.log*
1314
.vscode/
1415
.idea/
1516
*.iml
16-
.angular/
17+
.angular/
18+
19+
# Local .terraform directories
20+
**/.terraform/*
21+
22+
# .tfstate files
23+
*.tfstate
24+
*.tfstate.*
25+
26+
# Crash log files
27+
crash.log
28+
29+
# Exclude all .tfvars files, which are likely to contain sentitive data, such as
30+
# password, private keys, and other secrets. These should not be part of version
31+
# control as they are data points which are potentially sensitive and subject
32+
# to change depending on the environment.
33+
#
34+
*.tfvars
35+
36+
# Ignore override files as they are usually used to override resources locally and so
37+
# are not checked in
38+
override.tf
39+
override.tf.json
40+
*_override.tf
41+
*_override.tf.json
42+
43+
# Include override files you do wish to add to version control using negated pattern
44+
#
45+
# !example_override.tf
46+
47+
# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
48+
# example: *tfplan*
49+
50+
# Ignore CLI configuration files
51+
.terraformrc
52+
terraform.rc
53+
54+
# Terraform Lock-Dateien
55+
.terraform.lock.hcl
56+
**/.terraform.lock.hcl
57+
58+
# Terragrunt Cache
59+
.terragrunt-cache/
60+
**/.terragrunt-cache/
61+
62+
# Testverzeichnisse
63+
/testing/
64+
**/testing/

0 commit comments

Comments
 (0)