From df476b96708954621cf50bc57d6c4e87a6e2684b Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 28 Jan 2026 16:28:31 -0700 Subject: [PATCH] gitignor eupdate --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.gitignore b/.gitignore index de44ee2..7b6919d 100644 --- a/.gitignore +++ b/.gitignore @@ -198,3 +198,19 @@ scans/ # QBittorrent: Block GeoIP databases **/GeoDB/ + + +# Local setup folders +.terraform/ + +# State backup files (The cause of your current error) +*.tfstate.backup +*.tfstate.*.backup + +# Crash logs +crash.log + +# Ignore local secret files (if you use them) +*.tfvars.json +override.tf +override.tf.json \ No newline at end of file