forked from anoma/namada
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
40 lines (30 loc) · 784 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
# Namada default home dir
/.namada
/.anoma
# Generated by Cargo
# will have compiled files and executables
debug/
target/
# Release packages
/namada-*/
/namada-*.tar.gz
# These are backup files generated by rustfmt
**/*.rs.bk
# Crafted data with transaction and intent payloads for testing
*.data
# generated if using pyenv to manage different python versions
.python-version
# generated if using IntelliJ IDEs
/.idea
# wasm artifacts
wasm/*.wasm
wasm/checksums.json
wasm_for_tests/*.wasm
# app version string file
/crates/apps_lib/version.rs
# app version string file (previously at this path, left for transition)
/crates/apps/version.rs
# coverage
lcov.info
# Hidden to stop from re-appearing. Moved to `tx/src/proto/generated/types.rs`.
core/src/proto/generated/types.rs