-
Notifications
You must be signed in to change notification settings - Fork 2
/
.dockerignore
59 lines (51 loc) · 978 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# IDE files
.vs/
.vscode/
.idea/
.DS_Store
# Building files
build
build*/
tools/kafka_repeater/build
tools/kafka_repeater/build*/
tools/sharelog_to_parquet/build
tools/sharelog_to_parquet/build*/
tools/share_convertor/build
tools/share_convertor/build*/
tools/stratum_log_proxy/build
tools/stratum_log_proxy/build*/
tools/stratum_log_proxy/cfg
tools/stratum_log_proxy/cfg*/
tools/stratum_log_proxy/img
tools/stratum_log_proxy/img*/
tools/stratum_log_proxy/data
tools/stratum_log_proxy/data*/
tools/tls_decrypt_proxy/build
tools/tls_decrypt_proxy/build*/
tools/worker_update/build
tools/worker_update/build*/
# Installs runs
install/run_*/
# datas
/patches/
/data/
# GNU global files
/GPATH
/GRTAGS
/GTAGS
# generated configuration files
/src/config/*.h
/src/*.pro.pb.h
/src/*.pro.pb.cc
# documents, tools and test scripts
/docker/
!/docker/btcpool/deploy/
/docs/
/Dockerfile
/README.md
/.dockerignore
/.gitignore
/.clang-format
/run-clang-format.sh
# git folder
/.git/