Skip to content

Commit

Permalink
feat(admin): first admin page with network and tx list
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroferreira1 committed Sep 5, 2018
1 parent 0474f78 commit 95b5871
Show file tree
Hide file tree
Showing 14 changed files with 11,364 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#css (this is generated by scss files)
src/**/*.css

# dependencies
/node_modules

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*


*.swp
*.swo
Loading

0 comments on commit 95b5871

Please sign in to comment.