forked from KomodoPlatform/komodo-defi-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
executable file
·59 lines (46 loc) · 829 Bytes
/
.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
.DS_Store
*.xcworkspacedata
*.xcuserstate
build
.idea
Release/*
build_win64_release/*
DB/*
/stats.log
.env.client
.env.seed
etomic_build/client/DB
etomic_build/client/stats.log
etomic_build/client/unparsed.txt
etomic_build/seed/DB
etomic_build/seed/stats.log
etomic_build/seed/unparsed.txt
iguana/exchanges/manychains
/marketmaker_depends
/x64
# JS artefacts
/js/node_modules
/js/*.dll
/js/*.wasm
/js/mm2
/js/mm2.exe
/js/.mm2.*
# Rust artefacts
/MM_DATETIME
/MM_DATETIME.tmp
/MM_VERSION
/target
/iguana/exchanges/etomicswap/target
# Subcrate artefacts
/mm2src/common/c_headers
/mm2src/*/target
# Private IDE configuration
/mm2src/peers/.vscode/tasks.json
/.vscode/settings.json
/.vscode/tasks.json
/.vscode/c_cpp_properties.json
# IDE artefacts
/.vscode/ipch
/mm2src/*/.vscode/ipch
# coins configuration file
/coins