forked from dappnode/DNP_DAPPMANAGER
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
45 lines (38 loc) · 767 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
38
39
40
41
42
43
44
45
packages/*/tmp_dnp_repo/
packages/*/dnp_repo/
packages/*/DNCORE/
packages/*/cache/
packages/*/dappmanagerdb.json
test_build/
.DS_Store
.nyc_output
build_*
uploader
# Dependencies
node_modules/
# Test artifacts
test_build/
packages/*/undefined/
packages/*/test_files/
packages/*/test_files/*
packages/*/test_mountpoints_*/
packages/*/test_mountpoints_*/*
.temp-transfer
# Built schemas
packages/*/src/common/schemas
# Version data file
.version.json
# Extra
node_modules/\.yarn-integrity
# Typescript build artifacts
build/src/dist/
build/src/.temp-transfer/
# Common
packages/*/node_modules/
packages/*/dist/
packages/*/build
packages/*/npm-debug.log*
packages/*/yarn-debug.log*
packages/*/yarn-error.log*
# This project uses yarn
packages/*/package-lock.json