mirror of
https://github.com/gabrielkheisa/x2go-terraform-digitalocean-chromium.git
synced 2025-08-21 11:31:08 +00:00
first
This commit is contained in:
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
# 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
|
Reference in New Issue
Block a user