-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
93 lines (80 loc) · 1.3 KB
/
.gitignore
File metadata and controls
93 lines (80 loc) · 1.3 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# Terraform working directories
**/.terraform/*
.terraform.lock.hcl
# Terraform state - contains sensitive resource details
*.tfstate
*.tfstate.*
# Crash logs
crash.log
crash.*.log
# Variable files - may contain passwords, keys, secrets
*.tfvars
*.tfvars.json
# Override files - local-only resource overrides
override.tf
override.tf.json
*_override.tf
*_override.tf.json
# Terraform plan output - can contain secrets in plaintext
*.tfplan
# Terraform CLI config
.terraformrc
terraform.rc
# Terraform state lock
.terraform.tfstate.lock.info
# Terragrunt cache - can contain provider configs with embedded credentials
.terragrunt-cache/
# Credentials and secrets
.git-credentials
.netrc
._netrc
.vault-token
aws-config.json
aws-secret.yaml
.aws/
application_default_credentials.json
*-service-account-key.json
*-sa-key.json
service-account*.json
*.dec.yaml
*.pem
*.key
*.age
id_rsa
id_rsa.pub
id_dsa
id_dsa.pub
id_ecdsa
id_ecdsa.pub
id_ed25519
id_ed25519.pub
.keys/
secrets/
!secrets/.gitkeep
*creds*
*password*
client_secret.json
client_secrets.json
credentials.json
google-services.json
*.jks
*.keystore
rendered_script.sh
.grafana.env
# Environment files
.env
.env.*
!.env.example
!.env.template
!.env.sample
.envrc
*.env
# Kubeconfig
kubeconfig_*
# OS / editor
.DS_Store
.idea/
.vscode/
*.swp
# Claude Code
.claude/