mirror of
https://github.com/ssut/payload-dumper-go.git
synced 2024-11-18 01:27:39 +00:00
efc0ae4696
- update dependencies - update Go version to 1.18 (to support new deps) - regenerate proto-generated file with the latest `protoc_gen_go` - fix linter issues with the latest `golangci-lint`
45 lines
750 B
Plaintext
45 lines
750 B
Plaintext
# Created by https://www.toptal.com/developers/gitignore/api/go,vscode
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=go,vscode
|
|
|
|
### Go ###
|
|
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# 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 Patch ###
|
|
/vendor/
|
|
/Godeps/
|
|
|
|
### Go Workspace ###
|
|
go.work
|
|
go.work.sum
|
|
|
|
### vscode ###
|
|
.vscode/
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
*.code-workspace
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/go,vscode
|
|
|
|
*.zip
|
|
**/payload.bin
|
|
|
|
extracted_*/
|
|
|
|
.DS_Store
|