Skip to content

Commit c89e6ca

Browse files
Alvin Reyeslidel
Alvin Reyes
andauthored
feat: introduce ipld car explorer form (#313)
Co-authored-by: Marcin Rataj <[email protected]>
1 parent 0c5551a commit c89e6ca

File tree

10 files changed

+1374
-2573
lines changed

10 files changed

+1374
-2573
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
# See https://help.github.com/ignore-files/ for more about ignoring files.
22

3+
4+
# idea
5+
.idea/
6+
.idea/workspace.xml
7+
.idea/tasks.xml
8+
.idea/dictionaries
9+
.idea/vcs.xml
10+
.idea/jsLibraryMappings.xml
11+
312
# dependencies
413
node_modules
514

15+
616
# testing
717
coverage
818

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export {
3434
StartExploringPage,
3535
ExplorePage,
3636
IpldExploreForm,
37+
IpldCarExploreForm,
3738
CidInfo,
3839
IpldGraph
3940
ObjectInfo,

0 commit comments

Comments
 (0)