34 lines
396 B
Text
34 lines
396 B
Text
*~
|
|
.DS_Store
|
|
*.manifest
|
|
*.manifest.sgx
|
|
*.sig
|
|
*.hash
|
|
*.height
|
|
*light-client-proof.json
|
|
*output
|
|
target/
|
|
artifacts/
|
|
.secrets/
|
|
**/.env.local
|
|
|
|
#cli
|
|
cli/quartz.toml
|
|
.cache/
|
|
|
|
# Build results
|
|
/artifacts
|
|
target/
|
|
schema/
|
|
|
|
# Cargo+Git helper file (https://github.com/rust-lang/cargo/blob/0.44.1/src/cargo/sources/git/utils.rs#L320-L327)
|
|
.cargo-ok
|
|
|
|
# Text file backups
|
|
**/*.rs.bk
|
|
|
|
# IDEs
|
|
*.iml
|
|
.idea
|
|
.vscode
|