feat: add .gitignore
This commit is contained in:
parent
de4eeb668c
commit
9289028eb8
|
@ -1,7 +1,3 @@
|
||||||
# ---> Go
|
|
||||||
# If you prefer the allow list template instead of the deny list, see community template:
|
|
||||||
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
|
|
||||||
#
|
|
||||||
# Binaries for programs and plugins
|
# Binaries for programs and plugins
|
||||||
*.exe
|
*.exe
|
||||||
*.exe~
|
*.exe~
|
||||||
|
@ -17,7 +13,7 @@
|
||||||
|
|
||||||
# Dependency directories (remove the comment below to include it)
|
# Dependency directories (remove the comment below to include it)
|
||||||
# vendor/
|
# vendor/
|
||||||
|
.idea
|
||||||
# Go workspace file
|
cmd/
|
||||||
go.work
|
/configs/
|
||||||
|
bin
|
||||||
|
|
Loading…
Reference in New Issue