mirror of
https://github.com/personaelabs/spartan-ecdsa.git
synced 2026-01-09 22:17:56 -05:00
41 lines
645 B
Plaintext
41 lines
645 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
|
|
Cargo.lock
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
*.txt
|
|
|
|
node_modules/
|
|
|
|
.next/
|
|
next-env.d.ts
|
|
|
|
yarn-error.log
|
|
.DS_Store
|
|
|
|
pkg/
|
|
circom_input.json
|
|
circom_witness.wtns
|
|
|
|
*.ptau
|
|
|
|
build/
|
|
|
|
*.r1cs
|
|
!test_circuit.r1cs
|
|
|
|
packages/prover/test_circuit/test_circuit_js/
|
|
#input files
|
|
packages/prover/test_circuit/*.json
|
|
|
|
packages/lib/src/circuits/
|
|
|
|
packages/poseidon/sage/*.py
|
|
|
|
wasm_bytes.ts |