0g-chain/.gitignore

45 lines
533 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
cover.html
2018-05-25 13:52:09 +00:00
# Exclude build files
vendor
# IDE files
2020-05-28 22:11:30 +00:00
*.vscode
*.idea
2020-05-28 22:11:30 +00:00
node_modules
docs/node_modules
docs/.vuepress/dist
# Ignore macOS file system metadata
.DS_Store
# Ignore build outputs
out
# Ignore build cache dir
build/.cache
# Ignore installed binaires
build/bin
# Ignore build dirs
build/darwin
build/linux
# Go workspace files
go.work
go.work.sum
2024-05-01 08:56:23 +00:00
.build/0gchaind