cosmos-sdk/.gitignore

27 lines
259 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
# 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/*
2018-03-31 09:05:15 -07:00
# Testing
coverage.txt
profile.out
2018-01-18 03:30:05 -08:00
### Vagrant ###
.vagrant/
*.box
*.log
vagrant