diff --git a/.gitignore b/.gitignore index 9e37fa624..137e0edca 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,11 @@ test-results/ # Localization Resources /server/locales/**/*.yml + +# Terraform +.terraform/ +*.tfstate +*.tfstate.* +*.tfvars +*.tfvars.json +crash.log \ No newline at end of file