# ---> AL .vscode/* !.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json !.vscode/extensions.json *.code-workspace # Local History for Visual Studio Code .history/ *.app .snapshots/* # 密钥与渲染产物 —— 绝不入库 deploy/secrets/ deploy/xray/config.json deploy/singbox/config.json # 备份系统密钥(age 私钥、AWS 凭据)—— 绝不入库 deploy/backup/backup.env *.age-private* age-keypair.txt # infra/domains —— 签名私钥与发布产物绝不入库(公钥可入库) *.ed25519.key infra/domains/tools/_publish/ infra/domains/tools/_smoke/ # Terraform —— state/tfvars/缓存绝不入库 **/.terraform/ *.tfstate *.tfstate.* *.tfvars !*.tfvars.example *.tfplan tf.plan crash.log # 杂项 .DS_Store *.log *.bak