1
0
Fork 0
mirror of synced 2025-09-22 11:47:57 +00:00
ZoKrates/.gitignore

36 lines
584 B
Text

# Generated by Cargo
# will have compiled files and executables
target
# ZoKrates default files
out
out.ztf
abi.json
proof.json
init.json
steps.json
proving.key
verification.key
verifier.sol
proof.json
universal_setup.dat
witness
witness.json
nova.params
running_instance.json
# ZoKrates source files at the root of the repository
/*.zok
# snarkjs artifacts
*.wtns
*.r1cs
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
# Cargo.lock
.DS_Store
.idea
.vscode
*.iml