forked from jl777/SuperNET
-
Notifications
You must be signed in to change notification settings - Fork 117
Expand file tree
/
Copy path.gitignore
More file actions
executable file
·88 lines (70 loc) · 1.44 KB
/
.gitignore
File metadata and controls
executable file
·88 lines (70 loc) · 1.44 KB
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
83
84
85
86
87
88
.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
/target
/targettest
/clippytarget
# Subcrate artefacts
/mm2src/*/target
# Private IDE configuration
/mm2src/*/.vscode/tasks.json
/mm2src/*/.vscode/c_cpp_properties.json
/mm2src/*/Cargo.lock
/.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
# Dumpster (files not intended for tracking)
hidden
# 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/
# Claude Code symlinks (generated from AGENTS.md)
CLAUDE.md
mm2src/*/CLAUDE.md
# Claude Code configuration
.claude