From d0219ee3767182407dba00937a0fc911bfc733e8 Mon Sep 17 00:00:00 2001 From: hanJoker Date: Fri, 23 Sep 2022 22:09:57 +0800 Subject: [PATCH] update .gitignore --- .gitignore | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 398baf2..f2358ce 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +# Reference https://github.com/github/gitignore/blob/master/Go.gitignore # Binaries for programs and plugins *.exe *.exe~ @@ -12,6 +13,30 @@ *.out # Dependency directories (remove the comment below to include it) -# vendor/ +vendor/ -.idea +# Go workspace file +go.work + +# Compiled Object files, Static and Dynamic libs (Shared Objects) +*.o +*.a +*.so + +# OS General +Thumbs.db +.DS_Store + +# project +*.cert +*.key +*.log +bin/ + +# Develop tools +.vscode/ +.idea/ +*.swp + +# volumes +volumes/