0g-chain/.gitignore

23 lines
264 B
Plaintext
Raw Normal View History

2018-05-25 13:52:09 +00:00
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool
2018-05-25 13:52:09 +00:00
*.out
# Exclude build files
vendor
2019-09-12 16:19:13 +00:00
build
# IDE files
2020-05-28 22:11:30 +00:00
*.vscode
node_modules
docs/node_modules
docs/.vuepress/dist