forked from jl777/SuperNET
-
Notifications
You must be signed in to change notification settings - Fork 94
/
.gitignore
executable file
·82 lines (66 loc) · 1.31 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
.DS_Store
*.xcworkspacedata
*.xcuserstate
build
.idea
Release/*
build_win64_release/*
DB/*
/stats.log
.env.client
.env.seed
scripts/mm2/client/DB
scripts/mm2/client/stats.log
scripts/mm2/client/unparsed.txt
scripts/mm2/seed/DB
scripts/mm2/seed/stats.log
scripts/mm2/seed/unparsed.txt
/marketmaker_depends
/x64
# JS artefacts
/js/node_modules
/js/*.dll
/js/*.wasm
/js/mm2
/js/mm2.exe
/js/.mm2.*
/js/kdf
/js/kdf.exe
/js/.kdf.*
# Rust artefacts
/MM_DATETIME
/MM_DATETIME.tmp
/MM_VERSION
/MM_VERSION.tmp
/target
/targettest
/clippytarget
# Subcrate artefacts
/mm2src/*/target
# Private IDE configuration
/mm2src/*/.vscode/tasks.json
/mm2src/*/.vscode/c_cpp_properties.json
/.vscode/settings.json
/.vscode/tasks.json
/.vscode/c_cpp_properties.json
/.vscode/launch.json
# IDE artefacts
/.vscode/ipch
/mm2src/*/.vscode/ipch
# coins configuration file
/coins
# MM2 conf to avoid occasional adding to git by someone
MM2.json
# vim
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
# mergetool
*.orig
# Ignore containers runtime directories for dockerized tests
# This directory contains temporary data used by Docker containers during tests execution.
# It is recreated from container-state data each time test containers are started,
# and should not be tracked in version control.
.docker/container-runtime/