forked from decentralized-identity/dwn-sdk-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
33 lines (28 loc) · 682 Bytes
/
.gitignore
File metadata and controls
33 lines (28 loc) · 682 Bytes
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
# 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
EVENTLOG
# location for levelDB data storage for non-browser tests
TEST-DATASTORE
TEST-MESSAGESTORE
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
# folders used by code coverage
.nyc_output/
coverage
generated
license-report.json