forked from TBD54566975/dwn-sdk-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
37 lines (32 loc) · 759 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# bundle metadata
bundle-metadata.json
# js deps
node_modules
# bundler output location
dist
# locally used file as a ts playground
try.ts
# locally used file as a js playground
try.js
# default location for levelDB data storage in a non-browser env
MESSAGESTORE
DATASTORE
RESUMABLE-TASK-STORE
EVENTLOG
RESOLVERCACHE
# location for levelDB data storage for non-browser tests
TEST-DATASTORE
TEST-MESSAGESTORE
TEST-RESUMABLE-TASK-STORE
TEST-EVENTLOG
# default location for index specific levelDB data storage in a non-browser env
INDEX
# location for index specific levelDB data storage levelDB data storage for non-browser tests
TEST-INDEX
BENCHMARK-INDEX
BENCHMARK-BLOCK
# folders used by code coverage
.nyc_output/
coverage
generated
license-report.json