-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
51 lines (38 loc) · 1.01 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Local .terraform directories
**/.terraform/*
# .tfstate files
*.tfstate
*.tfstate.*
# Crash log files
crash.log
# Ignore any .tfvars files that are generated automatically for each deployment
*.tfvars
# Ignore override files as they can contain sensitive details and be used for local configuration
override.tf
override.tf.json
*_override.tf
*_override.tf.json
# Ignore CLI configuration files
.terraformrc
terraform.rc
# Exclude any compiled files or binaries
*.tfplan
*.backup
# Ignore IntelliJ IDE related files
.idea/
# Ignore VSCode directory
.vscode/
# Ignore MacOS files
.DS_Store
# Ignore Terraform .lock.hcl
.terraform.lock.hcl
# If using Terragrunt, you may also want to exclude its files
# terragrunt-cache/
# If you have secrets stored in files, make sure they are ignored - this is just an example and you should adapt it for your setup
# secrets.json
# CDK TF
cdktf.out
cdktf.log
examples/CDK-terraform-config/dist/
examples/CDK-terraform-config/imports/*
examples/CDK-terraform-config/!imports/__init__.py