Merge pull request #760 from cosmos/bucky/gitignore

cleanup gitignore
This commit is contained in:
Ethan Buchman
2018-04-01 21:54:40 +03:00
committed by GitHub
2 changed files with 9 additions and 10 deletions
+9 -9
View File
@@ -1,23 +1,23 @@
# OS
.DS_Store
*.swp
*.swo
.vscode
# Build
vendor
merkleeyes.db
build
docs/guide/*.sh
tools/bin/*
examples/build/*
examples/basecoin/glide.lock
docs/_build
# Data - ideally these don't exist
examples/basecoin/app/data
baseapp/data/*
docs/_build
.DS_Store
# Testing
coverage.txt
profile.out
.vscode
coverage.txt
profile.out
client/lcd/keys.db/
### Vagrant ###
.vagrant/
-1
View File
@@ -1 +0,0 @@
tmp-base*