2020-08-03 20:01:38 +00:00
|
|
|
# Binaries for programs and plugins
|
|
|
|
*.exe
|
|
|
|
*.exe~
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
|
|
|
|
# Test binary, built with `go test -c`
|
|
|
|
*.test
|
|
|
|
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
|
|
*.out
|
|
|
|
|
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
|
|
.vscode/
|
2020-10-21 20:57:07 +00:00
|
|
|
.idea/
|
2020-08-03 20:01:38 +00:00
|
|
|
|
|
|
|
# Environment files
|
2020-08-04 18:19:42 +00:00
|
|
|
.env
|
2020-10-21 19:54:40 +00:00
|
|
|
eth-contracts/node_modules
|
|
|
|
/dione
|
2020-10-30 03:41:19 +00:00
|
|
|
/.dione-config.toml
|
2020-11-15 05:59:46 +00:00
|
|
|
/.dione-config-2.toml
|
|
|
|
/.dione-config-3.toml
|
2020-11-15 10:11:07 +00:00
|
|
|
/.dione-config-4.toml
|
|
|
|
.bootstrap_privkey
|
2020-10-30 03:41:19 +00:00
|
|
|
eth-contracts/build
|