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
|
|
|
|
|
2020-01-12 15:35:34 +00:00
|
|
|
# Output of the go coverage tool
|
2018-05-25 13:52:09 +00:00
|
|
|
*.out
|
2022-12-13 00:38:27 +00:00
|
|
|
cover.html
|
2018-05-25 13:52:09 +00:00
|
|
|
|
|
|
|
# Exclude build files
|
|
|
|
vendor
|
2020-01-15 14:19:33 +00:00
|
|
|
|
|
|
|
# IDE files
|
2020-05-28 22:11:30 +00:00
|
|
|
*.vscode
|
2021-05-03 15:44:33 +00:00
|
|
|
*.idea
|
2020-05-28 22:11:30 +00:00
|
|
|
node_modules
|
|
|
|
docs/node_modules
|
2022-04-22 18:36:05 +00:00
|
|
|
docs/.vuepress/dist
|
|
|
|
|
|
|
|
# Ignore macOS file system metadata
|
|
|
|
.DS_Store
|
2022-11-22 23:22:07 +00:00
|
|
|
|
|
|
|
# Ignore build outputs
|
|
|
|
out
|
|
|
|
|
|
|
|
# Ignore build cache dir
|
|
|
|
build/.cache
|
|
|
|
|
|
|
|
# Ignore installed binaires
|
|
|
|
build/bin
|
|
|
|
|
|
|
|
# Ignore build dirs
|
|
|
|
build/darwin
|
|
|
|
build/linux
|
2023-06-05 20:22:23 +00:00
|
|
|
|
2024-06-21 01:36:55 +00:00
|
|
|
# Ignore deploy outputs
|
|
|
|
networks/devnet
|
|
|
|
networks/testnet
|
|
|
|
|
2023-06-05 20:22:23 +00:00
|
|
|
# Go workspace files
|
|
|
|
go.work
|
|
|
|
go.work.sum
|
2024-05-01 08:56:23 +00:00
|
|
|
.build/0gchaind
|
2024-05-09 18:54:47 +00:00
|
|
|
.build/da
|
|
|
|
|
|
|
|
# runtime
|
|
|
|
run
|