-
Notifications
You must be signed in to change notification settings - Fork 39
/
.gitignore
66 lines (54 loc) · 1.13 KB
/
.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
packages/*/tmp_dnp_repo/
packages/*/dnp_repo/
packages/*/DNCORE/
packages/*/cache/
packages/*/dappmanagerdb.json
test_build/
.DS_Store
.nyc_output
build_*
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/common/src/validation/schemas
# Version data file
.version.json
# Git data .git-data.json
packages/*/.git-data.json
# Extra
node_modules/\.yarn-integrity
# Typescript build artifacts
build/src/dist/
build/src/.temp-transfer/
packages/*/tsconfig.tsbuildinfo
# 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
# Dev links
packages/dappmanager/dist
packages/dappmanager/DNCORE
packages/dappmanager/dnp_repo
# Specific from toolkit
#packages/toolkit/src/typechain/*
packages/toolkit/truffle/contracts_build/*
# docker tmp
docker-compose-tmp.yml
# yarn berry
.yarn/install-state.gz
.yarn/releases