From b7ce38e0f4a1f994d53e3593edf166e19692df8d Mon Sep 17 00:00:00 2001 From: lokokun1 Date: Sun, 8 Mar 2026 18:16:44 +0200 Subject: [PATCH] Add Terraform infrastructure for Wiki.js deployment --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) 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