grpc-api-example/.gitignore

34 lines
629 B
Plaintext
Raw Permalink Normal View History

2024-02-21 13:18:31 +00:00
# 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
*.exe
*.exe~
*.dll
*.so
*.dylib
2024-02-26 13:57:19 +00:00
bin/*
2024-02-21 13:18:31 +00:00
# Test binary, built 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/
# Go workspace file
go.work
2024-02-26 10:18:54 +00:00
# Dependency directories (remove the comment below to include it)
# vendor/
.vscode/
.DS_Store
coverage
coverage.*
unit-tests.xml
2024-02-27 19:21:35 +00:00
.idea
.cache