From 13df222608f41a41907739b1d311dce9c32af0a5 Mon Sep 17 00:00:00 2001 From: "Scott S. Lowe" Date: Wed, 8 Feb 2023 17:19:02 -0500 Subject: [PATCH] Update the repo-wide Git ignore file Add go.sum to the repo-wide Git ignore file. Organize the Git ignore file to be a bit more readable. Signed-off-by: Scott S. Lowe --- .gitignore | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f6602fe..4728e64 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,20 @@ +# Ignore certain Vagrant-related files and directories .bundle/ .vagrant -real-adminrc -*.taskpaper + +# Ignore certain Terraform-related files and directories *.tfstate *.tfstate.backup *.tfvars +.terraform + +# Ignore go.sum +go.sum + +# Ignore various other files +real-adminrc +*.taskpaper consul-*.config.json *.defaults ssh.cfg known_hosts -.terraform