2023-09-10 17:21:35 +00:00
|
|
|
*~
|
2024-09-30 19:33:22 +00:00
|
|
|
.DS_Store
|
2023-09-10 17:21:35 +00:00
|
|
|
*.manifest
|
2023-11-07 13:01:25 +00:00
|
|
|
*.manifest.sgx
|
2024-06-28 10:56:50 +00:00
|
|
|
*.sig
|
|
|
|
*.hash
|
|
|
|
*.height
|
|
|
|
*light-client-proof.json
|
|
|
|
*output
|
2023-12-04 17:28:31 +00:00
|
|
|
target/
|
2024-05-30 00:00:43 +00:00
|
|
|
artifacts/
|
2024-08-16 20:38:52 +00:00
|
|
|
.secrets/
|
2024-08-15 06:20:31 +00:00
|
|
|
**/.env.local
|
2024-08-28 23:45:09 +00:00
|
|
|
|
|
|
|
#cli
|
2024-10-02 03:57:13 +00:00
|
|
|
crates/cli/quartz.toml
|
2024-09-30 19:33:22 +00:00
|
|
|
.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
|