-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
51 lines (39 loc) · 984 Bytes
/
.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/
.terraform.lock.hcl
# Ignore terraform state files and backup files
*.tfstate
*.tfstate.backup
# Ignore crash log files created during failed terraform runs
crash.log
*.tfplan
*.tfplan.binary
# Ignore override files (useful for custom configurations not intended to be shared)
override.tf
override.tf.json
*_override.tf
*_override.tf.json
# Ignore variables files with sensitive information
# Uncomment the next lines if you're storing secrets in these files
# *.tfvars
# *.auto.tfvars
# Ignore any secret files
terraform.tfvars
terraform.tfvars.json
# Ignore sensitive JSON configuration files
*.tfvars.json
# Ignore any .env files or other local environment configurations
.env
# Ignore IDE specific files and folders
.vscode/
.idea/
# Ignore macOS specific files
.DS_Store
# Ignore log files
*.log
# Ignore kubernetes config files
./germany
./us-west
./singapore
# Ignore cloudflare secret file
manifests/cloudflare-secret.yaml