From 6060e1f5a29c593595f09ad764c17b4f604a06c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 20 Mar 2019 13:32:52 +0100 Subject: [PATCH] =?UTF-8?q?add=20gitignore=20Signed-off-by:=20Jakub=20Soko?= =?UTF-8?q?=C5=82owski=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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