cycles-quartz/.gitignore
Dave 279cd5180f
docs: Update docs to reflect crate reorg naming, and remove EPID docs (#233)
Co-authored-by: Dave Kaj <davidkajpust@informal.systems>
Co-authored-by: Ethan Buchman <ethan@coinculture.info>
2024-10-01 23:57:13 -04:00

34 lines
403 B
Text

*~
.DS_Store
*.manifest
*.manifest.sgx
*.sig
*.hash
*.height
*light-client-proof.json
*output
target/
artifacts/
.secrets/
**/.env.local
#cli
crates/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