-
Notifications
You must be signed in to change notification settings - Fork 96
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (34 loc) · 797 Bytes
/
.gitignore
File metadata and controls
43 lines (34 loc) · 797 Bytes
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
# Generated by Cargo
# will have compiled files and executables
debug/
target/
miden-node/
miden-base/
# Node.js dependencies — defensive ignore so a stray local `npm install`
# (in any subdir, e.g. when checking out a branch with JS-flavored work)
# can't be swept into a commit by `git add -A`.
node_modules/
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# Ignore Store files that may be spawned using `cargo run`
*.sqlite3
# Ignore mdbook build files
book/
# Docs platform ignores
.vscode
.code
.idea
site/
venv/
env/
*.out
*DS_Store
*.iml
# Ignore files that spawn using `miden-client init`
miden-client.toml
keystore/
# Ignore files that spawn using `cargo run`
miden-node.pid
data/