Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 1680bac

Browse files
committed
add gitignores for submodules example.(#544)
1 parent fb47d01 commit 1680bac

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+31
-617791
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ test/setup/tmp-disposable-nodes-addrs.json
44
dist
55
coverage
66
**/*.swp
7+
examples/sub-module/**/bundle.js
8+
examples/sub-module/**/*-minified.js
9+
examples/sub-module/*-bundle.js

examples/sub-module/bundles-size.csv

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name - bundled - minified
2+
IPFS - 1684,11 - 661,26
3+
bitswap - 683,51 - 231,75
4+
block - 723,48 - 249,85
5+
bootstrap - 684,34 - 232,01
6+
commands - 682,59 - 231,38
7+
config - 685,58 - 232,72
8+
dht - 687,22 - 233,03
9+
diag - 683,67 - 231,80
10+
files - 1119,09 - 403,92
11+
id - 683,01 - 231,57
12+
key - 683,29 - 231,65
13+
log - 684,11 - 232,00
14+
ls - 682,71 - 231,42
15+
mount - 682,89 - 231,49
16+
name - 683,33 - 231,68
17+
object - 922,37 - 340,19
18+
pin - 684,22 - 232,01
19+
ping - 683,30 - 231,52
20+
pubsub - 739,11 - 249,16
21+
refs - 683,10 - 231,57
22+
repo - 683,27 - 231,64
23+
swarm - 1322,89 - 526,65
24+
update - 683,16 - 231,58
25+
version - 682,92 - 231,51
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
'use strict'
2+
3+
const ipfs = require('../../src')('/ip4/127.0.0.1/tcp/5001')

examples/sub-module/modules/bitswap/bundle-minified.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)