-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
57 lines (57 loc) · 2.02 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
tools/rsync
client/dist
client/node_modules
server/server.exe
client/app.js
client/modules/logger.js
client/mpc/mpc_compute.js
client/mpc/mpc_connect.js
client/mpc/mpc_preprocessing_sum.js
client/mpc/mpc_preprocessing_multi.js
client/mpc/mpc_preprocessing_div.js
client/mpc/mpc_preprocessing_valentine.js
client/mpc/mpc_preprocessing_vote_person.js
client/mpc/mpc_preprocessing_vote_gpu.js
client/mpc/mpc_preprocessing_threshold.js
client/mpc/mpc_preprocessing_sum_threshold.js
client/mpc/mpc_preprocessing_standard_deviation.js
client/mpc/mpc_compute_sum.js
client/mpc/mpc_compute_multi.js
client/mpc/mpc_compute_div.js
client/mpc/mpc_compute_valentine.js
client/mpc/mpc_compute_vote_person.js
client/mpc/mpc_compute_vote_gpu.js
client/mpc/mpc_compute_threshold.js
client/mpc/mpc_compute_sum_threshold.js
client/mpc/mpc_compute_standard_deviation.js
client/components/vue-test.js
client/components/server-address.js
client/components/connect-button.js
client/components/preprocessing-button-sum.js
client/components/preprocessing-button-multi.js
client/components/preprocessing-button-div.js
client/components/preprocessing-button-valentine.js
client/components/preprocessing-button-vote-person.js
client/components/preprocessing-button-vote-gpu.js
client/components/preprocessing-button-threshold.js
client/components/preprocessing-button-sum-threshold.js
client/components/preprocessing-button-standard-deviation.js
client/components/submit-button.js
client/components/submit-button-sum.js
client/components/submit-button-multi.js
client/components/submit-button-div.js
client/components/submit-button-valentine.js
client/components/submit-button-vote-person.js
client/components/submit-button-vote-gpu.js
client/components/submit-button-threshold.js
client/components/submit-button-sum-threshold.js
client/components/submit-button-standard-deviation.js
client/components/mpc-input.js
logger/dist
logger/node_modules
logger/components/vue-test.js
logger/components/server-address.js
logger/components/vue-logger.js
tester/tester.exe
selenium/target
selenium/.settings