Skip to content

Commit

Permalink
cleanup gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ebuchman committed Mar 31, 2018
1 parent 20bb783 commit ceddb54
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
coverage.txt
profile.out
.vscode

# Testing
coverage.txt
profile.out
client/lcd/keys.db/

### Vagrant ###
.vagrant/
Expand Down
1 change: 0 additions & 1 deletion client/lcd/.gitignore

This file was deleted.

0 comments on commit ceddb54

Please sign in to comment.