mirror of
https://github.com/zkemail/halo2-zk-email.git
synced 2026-01-09 13:58:02 -05:00
33 lines
584 B
Plaintext
33 lines
584 B
Plaintext
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
/target/
|
|
|
|
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
|
|
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
|
|
# Added by cargo
|
|
|
|
/target
|
|
/build
|
|
/*.bin
|
|
/*.hex
|
|
/*.sol
|
|
/examples/*.sol
|
|
/benches/*.pk
|
|
/benches/*.vk
|
|
/benches/*.hex
|
|
/benches/*.bin
|
|
/benches/*.json
|
|
/examples/*.params
|
|
/examples/*.pk
|
|
/examples/*.vk
|
|
/examples/*.hex
|
|
/examples/*.bin
|
|
/examples/*.txt
|
|
/examples/*.json
|
|
*.log
|
|
.DS_Store |