From 85f2fb39c5a40dd2b01e391b3b1dd10006483114 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Mon, 18 Mar 2019 16:05:51 +0100 Subject: [PATCH] add gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2bd2325 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +.terraform/ +*.tfstate +*.tfstate.d/ +*.tfstate.backup +*.tfvars +*.retry + +*.zip + +ansible/files/* + +google-cloud.json