mirror of
https://github.com/gabrielkheisa/x2go-terraform-digitalocean-chromium.git
synced 2025-04-03 18:09:03 +07:00
23 lines
285 B
Plaintext
23 lines
285 B
Plaintext
# Ignore Terraform files
|
|
.terraform/
|
|
terraform.tfstate
|
|
terraform.tfstate.backup
|
|
|
|
# Ignore sensitive files
|
|
*.tfvars
|
|
*.tfstate.*
|
|
|
|
# Ignore SSH and credentials
|
|
id_rsa*
|
|
*.pem
|
|
|
|
# Ignore setup script artifacts
|
|
/tmp/setup.sh
|
|
/home/gabriel/.password.txt
|
|
|
|
# Ignore log files
|
|
*.log
|
|
*.swp
|
|
|
|
*.hcl
|