forked from dappnode/DNP_DAPPMANAGER
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.dockerignore
43 lines (35 loc) · 804 Bytes
/
.dockerignore
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
# Prevent Dockerfile modifications to trigger layer recomputation
build/Dockerfile
# Dependencies
node_modules/
# Accelerate COPY build/src . command
packages/*/node_modules/
packages/*/tmp_dnp_repo/
packages/*/dnp_repo/
packages/*/DNCORE/
packages/*/cache/
packages/*/dappmanagerdb.json
# Test artifacts
test_build/
test_build/*
test_build/.git/
test_build/.git/*
packages/*/undefined/
packages/*/test_files/
packages/*/test_files/*
packages/*/test_mountpoints_*/
packages/*/test_mountpoints_*/*
packages/*/.temp-transfer/
packages/*/.temp-transfer/*
# Test files
packages/admin-ui/src/__tests__
packages/dappmanager/test
# Version data file
.version.json
# UI
packages/*/node_modules
packages/*/npm-debug.log
# Mock server is only for developing
packages/*/server-mock
# Version builds
build_*/