forked from web3infra-foundation/mega
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
53 lines (41 loc) · 872 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
# Generated by Cargo
# will have compiled files and executables
/target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
# IDE configurations
.idea
.vscode
# Mac
.DS_Store
.VSCodeCounter# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
ui/node_modules
ui/.pnp
ui/.pnp.js
# testing
ui/coverage
# production
ui/build
ui/.next
# misc
ui/.DS_Store
ui/.env.local
ui/.env.development.local
ui/.env.test.local
ui/.env.production.local
ui/npm-debug.log*
ui/yarn-debug.log*
ui/yarn-error.log*
ui/yarn.lock
ui/package-lock.json
#p2p download
download/*
#craft keys
craft/key_files/*
#bazel build output
bazel-*
/**/bazel-*