commit
ba9eb6d368
|
@ -1,23 +1,23 @@
|
||||||
|
# OS
|
||||||
.DS_Store
|
.DS_Store
|
||||||
*.swp
|
*.swp
|
||||||
*.swo
|
*.swo
|
||||||
|
.vscode
|
||||||
|
|
||||||
|
# Build
|
||||||
vendor
|
vendor
|
||||||
merkleeyes.db
|
|
||||||
build
|
build
|
||||||
docs/guide/*.sh
|
|
||||||
tools/bin/*
|
tools/bin/*
|
||||||
examples/build/*
|
examples/build/*
|
||||||
examples/basecoin/glide.lock
|
docs/_build
|
||||||
|
|
||||||
|
# Data - ideally these don't exist
|
||||||
examples/basecoin/app/data
|
examples/basecoin/app/data
|
||||||
baseapp/data/*
|
baseapp/data/*
|
||||||
docs/_build
|
|
||||||
.DS_Store
|
# Testing
|
||||||
coverage.txt
|
coverage.txt
|
||||||
profile.out
|
profile.out
|
||||||
.vscode
|
|
||||||
coverage.txt
|
|
||||||
profile.out
|
|
||||||
client/lcd/keys.db/
|
|
||||||
|
|
||||||
### Vagrant ###
|
### Vagrant ###
|
||||||
.vagrant/
|
.vagrant/
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
tmp-base*
|
|
Loading…
Reference in New Issue