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