cycles-quartz/.gitignore
Daniel Gushchyan 14a6913632
refactor: refactor repo as standard rust monorepo (#222)
Co-authored-by: hu55a1n1 <sufialhussaini@gmail.com>
2024-09-30 23:33:22 +04:00

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