cosmos-sdk/.gitignore

37 lines
340 B
Plaintext
Raw Normal View History

2018-03-31 09:05:15 -07:00
# OS
2018-03-19 06:15:47 -07:00
.DS_Store
*.swp
*.swo
2018-03-31 09:05:15 -07:00
.vscode
.idea
2018-03-31 09:05:15 -07:00
# Build
2017-01-14 20:42:47 -08:00
vendor
build
tools/bin/*
examples/build/*
2018-03-31 09:05:15 -07:00
docs/_build
# Data - ideally these don't exist
2018-01-26 04:19:33 -08:00
examples/basecoin/app/data
2018-01-22 05:48:13 -08:00
baseapp/data/*
client/lcd/keys/*
mytestnet
2018-03-31 09:05:15 -07:00
# Testing
coverage.txt
profile.out
2018-01-18 03:30:05 -08:00
2018-06-01 22:50:41 -07:00
# Vagrant
2018-01-18 03:30:05 -08:00
.vagrant/
*.box
*.log
vagrant
2018-06-01 22:50:41 -07:00
2018-06-21 17:19:14 -07:00
# IDE
.idea/
*.iml
2018-06-01 22:50:41 -07:00
# Graphviz
dependency-graph.png