From e4e2ff1ebabe51436ff03720262b610d86924ce9 Mon Sep 17 00:00:00 2001 From: jtieri <37750742+jtieri@users.noreply.github.com> Date: Wed, 8 Sep 2021 23:31:26 -0500 Subject: [PATCH] update .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e91c9f4..3f8126a 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,7 @@ # GoLand project files etc. .idea/* -build/ \ No newline at end of file +build/ + +# Config file +config.yml \ No newline at end of file