This commit is contained in:
2025-03-16 00:45:13 +07:00
commit fb5e15b6e2
4 changed files with 256 additions and 0 deletions

22
.gitignore vendored Normal file
View 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