Skip to content

Commit

Permalink
feat: introduce ipld car explorer form (#313)
Browse files Browse the repository at this point in the history
Co-authored-by: Marcin Rataj <lidel@lidel.org>
  • Loading branch information
Alvin Reyes and lidel committed Apr 13, 2022
1 parent 0c5551a commit c89e6ca
Show file tree
Hide file tree
Showing 10 changed files with 1,374 additions and 2,573 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# See https://help.github.com/ignore-files/ for more about ignoring files.


# idea
.idea/
.idea/workspace.xml
.idea/tasks.xml
.idea/dictionaries
.idea/vcs.xml
.idea/jsLibraryMappings.xml

# dependencies
node_modules


# testing
coverage

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export {
StartExploringPage,
ExplorePage,
IpldExploreForm,
IpldCarExploreForm,
CidInfo,
IpldGraph
ObjectInfo,
Expand Down
Loading

0 comments on commit c89e6ca

Please sign in to comment.