beec8f114a
See #283 for details. This just makes the `dev` code available in the `master` branch without any attempt to make it really do something.
42 lines
521 B
Text
42 lines
521 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
|
|
|
|
# anthdm todolists
|
|
/pkg/vm/compiler/todo.md
|
|
|
|
# leveldb
|
|
chains/
|
|
chain/
|
|
blockchain/
|
|
blockchains/
|
|
|
|
# patch
|
|
*.orig
|
|
*.rej
|