mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
Archive mysql
This commit is contained in:
+59
-1
@@ -1,3 +1,61 @@
|
||||
temp.yaml
|
||||
**/.terraform
|
||||
*.tar.gz
|
||||
*.tar.gz
|
||||
|
||||
|
||||
# Local .terraform directories
|
||||
**/.terraform/*
|
||||
|
||||
# .tfstate files
|
||||
*.tfstate
|
||||
*.tfstate.*
|
||||
|
||||
# Crash log files
|
||||
crash.log
|
||||
crash.*.log
|
||||
|
||||
# Exclude all .tfvars files, which are likely to contain sensitive data
|
||||
*.tfvars
|
||||
*.tfvars.json
|
||||
|
||||
# Ignore override files as they are usually used for local development
|
||||
override.tf
|
||||
override.tf.json
|
||||
*_override.tf
|
||||
*_override.tf.json
|
||||
|
||||
# Ignore CLI configuration files
|
||||
.terraformrc
|
||||
terraform.rc
|
||||
|
||||
# Ignore lock files
|
||||
.terraform.lock.hcl
|
||||
|
||||
# Ignore generated scripts
|
||||
scripts/*.sh
|
||||
|
||||
# Ignore temporary files
|
||||
*.tmp
|
||||
*.bak
|
||||
*.swp
|
||||
|
||||
# Ignore log files
|
||||
*.log
|
||||
|
||||
# Ignore local environment files
|
||||
.env
|
||||
.envrc
|
||||
|
||||
# Ignore any local kubeconfig files
|
||||
kubeconfig*
|
||||
|
||||
# Ignore any generated YAML files
|
||||
*.yaml
|
||||
*.yml
|
||||
|
||||
# Ignore any SSH keys or sensitive files
|
||||
*.pem
|
||||
*.key
|
||||
*.pub
|
||||
|
||||
**/tmp/
|
||||
Reference in New Issue
Block a user