2019-04-02 18:21:27 -07:00
|
|
|
# OS
|
|
|
|
.DS_Store
|
|
|
|
*.swp
|
|
|
|
*.swo
|
|
|
|
*.swl
|
|
|
|
*.swm
|
|
|
|
*.swn
|
|
|
|
.vscode
|
|
|
|
.idea
|
|
|
|
|
|
|
|
# Build
|
|
|
|
vendor
|
|
|
|
build
|
|
|
|
tools/bin/*
|
|
|
|
examples/build/*
|
|
|
|
docs/_build
|
|
|
|
docs/tutorial
|
|
|
|
dist
|
|
|
|
tools-stamp
|
2020-01-15 05:20:24 -08:00
|
|
|
docs/node_modules
|
2019-04-02 18:21:27 -07:00
|
|
|
|
|
|
|
# Data - ideally these don't exist
|
|
|
|
baseapp/data/*
|
|
|
|
client/lcd/keys/*
|
2019-11-19 13:29:50 -08:00
|
|
|
cmd/wasmcli/statik/statik.go
|
2019-04-02 18:21:27 -07:00
|
|
|
mytestnet
|
|
|
|
|
|
|
|
# Testing
|
|
|
|
coverage.txt
|
|
|
|
profile.out
|
|
|
|
|
|
|
|
# Vagrant
|
|
|
|
.vagrant/
|
|
|
|
*.box
|
|
|
|
*.log
|
|
|
|
vagrant
|
|
|
|
|
|
|
|
# IDE
|
|
|
|
.idea/
|
|
|
|
*.iml
|
|
|
|
|
|
|
|
# Graphviz
|
|
|
|
dependency-graph.png
|
|
|
|
|
|
|
|
# Latex
|
|
|
|
*.aux
|
|
|
|
*.out
|
|
|
|
*.synctex.gz
|
2019-06-08 07:04:45 -07:00
|
|
|
contract_tests/*
|