chore(vultr-vps): gitignore rendered backend.tf in ai-workspace env

backend.tf is a runtime artifact produced by render_backend_tf.py (contains the
S3 endpoint); keep it out of version control like the other rendered files.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Haitao Pan 2026-06-25 22:11:43 +08:00
parent e4131d3c2a
commit d23d0e2fbb

View File

@ -7,6 +7,8 @@ cloud-init.yaml
terraform.auto.tfvars.json
cmdb.json
inventory.ini
# render_backend_tf.py 渲染的 S3 兼容 backend含 endpoint按环境派生不入库
backend.tf
# terraform 运行时
.terraform/