From 979f81c6edb903ab7512a6c686cd920cb03e6778 Mon Sep 17 00:00:00 2001 From: Jesper Handskemager Date: Fri, 16 Sep 2022 14:17:01 +0200 Subject: [PATCH] ignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 66fd13c..2f40bda 100644 --- a/.gitignore +++ b/.gitignore @@ -11,5 +11,8 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out +# Config file +config.yaml + # Dependency directories (remove the comment below to include it) # vendor/