From 2d91e98904e66e5431ea2b228bff9cb196c0ab4f Mon Sep 17 00:00:00 2001 From: raj_mathe Date: Sat, 6 Nov 2021 18:14:58 +0100 Subject: [PATCH] master > master: .gitignore --- code/golang/.gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/golang/.gitignore b/code/golang/.gitignore index 540b634..429d31e 100644 --- a/code/golang/.gitignore +++ b/code/golang/.gitignore @@ -18,9 +18,10 @@ !/assets/LOGO !/assets/config.yml -!/internal !/pkg -!/**/*.go +!/internal +!/*/**/ +!/*/**/*.go !/go.mod !/go.sum