cycles-quartz/.gitignore

34 lines
403 B
Text
Raw Permalink Normal View History

2023-09-10 17:21:35 +00:00
*~
.DS_Store
2023-09-10 17:21:35 +00:00
*.manifest
2023-11-07 13:01:25 +00:00
*.manifest.sgx
*.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/
.secrets/
**/.env.local
2024-08-28 23:45:09 +00:00
#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