Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
Add first version of thorchaind and thorchaincli
Browse files Browse the repository at this point in the history
  • Loading branch information
philipstanislaus committed Aug 11, 2018
1 parent 4e9f768 commit 1a78b3f
Show file tree
Hide file tree
Showing 20 changed files with 2,753 additions and 22 deletions.
27 changes: 27 additions & 0 deletions .gitignore
Expand Up @@ -10,3 +10,30 @@

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# OS
.DS_Store
*.swp
*.swo

# Build
vendor
build
tools/bin/*
docs/_build

# Testing
coverage.txt
profile.out

# IDE
.idea/
*.iml
.vscode
.idea

# Graphviz
dependency-graph.png

# Secrets
secrets

0 comments on commit 1a78b3f

Please sign in to comment.