-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
49 lines (39 loc) · 860 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
# Local .terraform directories
.terraform/
.terraform.lock.hcl
# Terraform state files
*.tfstate
*.tfstate.backup
# Crash log files
crash.log
# Sensitive variable files
*.tfvars.json
# Ignore override files as they are usually not checked in
override.tf
override.tf.json
*_override.tf
*_override.tf.json
# Example files for users to copy and modify locally
example.tfvars
# Ignore sensitive JSON files
*.json
# Ignore logs, temp files, and system files
*.log
*.swp
*.bak
*.tmp
*.DS_Store
Thumbs.db
# Ignore Python virtual environments
venv/
.env/
# Ignore local credentials and configuration files
.terraformrc
.terraform.d/
# Ignore Kubectl file
kubectl
*.terraform.tfstate.lock.info
.env
helper/scripts/0_local_env_setup.sh
helper/scripts/tf_backend_storage.sh
# helper/scripts/git_add_amend_pushf.sh