-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
47 lines (36 loc) · 1015 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
# The `target` directory is generated by Cargo.
# It will contain mostly compiled files and executables.
target/*
# But the API documentation eventually gets published, so we want to
# make sure these files are also included in commits for downstream
# services to consume, and these are by default output to `target/doc`.
!target/doc
target/doc/*
!target/doc/index.html
# These are backup files generated by `rustfmt`
**/*.rs.bk
# Some standard macOS, text editor, and IDE cruft should be omitted.
.DS_Store
*.swp
.idea
.vscode
# The cache for chain data in container.
.local
# Some utilities that our developers use create temporary files and
# directories we also don't want to commit.
.direnv
# Node.js's vendor code doesn't need to be committed, either.
node_modules/
# TODO: Comment what these are for.
kvstore
test_db/
test_db_0/
test_db_1/
main_test_db/
test_db_3001
test_db_3002
*/.entropy
.entropy
./scripts/copy-releases-to-sdk.sh
# Keyshare files from the test CLI
crates/test-cli/keyshare-*