Files
halo2-zk-email/.gitignore
2023-08-28 20:24:36 +09:00

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