From b5bdc2f44fda6bbaad088ab8411e2e412baf0815 Mon Sep 17 00:00:00 2001 From: kenjitheman Date: Tue, 17 Oct 2023 19:21:35 +0000 Subject: [PATCH] Update .gitignore --- .gitignore | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 457b9a7..6959fd7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,20 @@ -*.exe -*.exe~ -*.dll +*.o +*.a *.so -*.dylib -*.test +_vendor/ +bin/ +pkg/ *.out +*.exe +go.sum go.work +main +*.log +.vscode/ +.idea/ +.DS_Store +.env +/dist/ +/dist-* /config.local.hcl /bin/ -.env