cosmos-sdk/.gitignore
Rigel 1b20adcd22 Merge PR #1191: LCD cleanup / add LCD gas field
* remove global variables from lcd
* added make race, fix lcd race condition
* cleanup
* Five-character changelog update
2018-06-12 03:12:37 +02:00

31 lines
304 B
Plaintext

# OS
.DS_Store
*.swp
*.swo
.vscode
# Build
vendor
build
tools/bin/*
examples/build/*
docs/_build
# Data - ideally these don't exist
examples/basecoin/app/data
baseapp/data/*
client/lcd/keys/*
# Testing
coverage.txt
profile.out
# Vagrant
.vagrant/
*.box
*.log
vagrant
# Graphviz
dependency-graph.png