init layout
This commit is contained in:
committed by
Евстигнеев Денис Сергеевич
parent
5aec0a0895
commit
fb0ad62f0e
23
.gitignore
vendored
23
.gitignore
vendored
@@ -1,7 +1,6 @@
|
||||
# ---> 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
|
||||
#
|
||||
# Mac OS X files
|
||||
*.DS_Store
|
||||
|
||||
# Binaries for programs and plugins
|
||||
*.exe
|
||||
*.exe~
|
||||
@@ -9,16 +8,22 @@
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# Test binary, built with `go test -c`
|
||||
# Test binary, build with `go test -c`
|
||||
*.test
|
||||
|
||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||
*.out
|
||||
|
||||
# Dependency directories (remove the comment below to include it)
|
||||
# vendor/
|
||||
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
|
||||
.glide/
|
||||
|
||||
# Go workspace file
|
||||
go.work
|
||||
# Dependency directories
|
||||
vendor/
|
||||
|
||||
bin/
|
||||
.idea
|
||||
.vscode
|
||||
.env
|
||||
tmp/
|
||||
|
||||
/pkgdash
|
||||
|
Reference in New Issue
Block a user