forked from TrueCloudLab/neoneo-go
43a59adbd0
`server` is not a good package name and it's an internal service, so it can be just about anywhere.
59 lines
857 B
Text
59 lines
857 B
Text
# Binaries for programs and plugins
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Added by CoZ developers
|
|
vendor/
|
|
bin/
|
|
!examples/**/vendor
|
|
|
|
# text editors
|
|
# vscode
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
# goland
|
|
.idea/*
|
|
# emacs
|
|
*~
|
|
TAGS
|
|
|
|
# storage
|
|
/chains
|
|
|
|
# patch
|
|
*.orig
|
|
*.rej
|
|
|
|
# Coverage
|
|
coverage.txt
|
|
coverage.html
|
|
|
|
# Compiler output
|
|
examples/*/*.nef
|
|
examples/*/*.json
|
|
|
|
# Fuzzing testdata.
|
|
testdata/
|
|
!cli/testdata
|
|
!internal/basicchain/testdata
|
|
!pkg/compiler/testdata
|
|
!pkg/config/testdata
|
|
!pkg/consensus/testdata
|
|
!pkg/services/rpcsrv/testdata
|
|
!pkg/services/notary/testdata
|
|
!pkg/services/oracle/testdata
|
|
!pkg/smartcontract/testdata
|
|
pkg/vm/testdata/fuzz
|
|
!pkg/vm/testdata
|
|
!pkg/wallet/testdata
|