mirror of
https://github.com/arnaucube/sonobe.git
synced 2026-01-07 14:31:31 +01:00
This saves several minutes (and MBs of data) on compilation time both when running tests in this repo, but also when using the sonobe lib as a dependency in external repos.
19 lines
301 B
Plaintext
19 lines
301 B
Plaintext
/target
|
|
Cargo.lock
|
|
|
|
# Circom generated files
|
|
frontends/src/circom/test_folder/*_js/
|
|
*.r1cs
|
|
*.sym
|
|
|
|
# Noir generated files
|
|
frontends/src/noir/test_folder/*/target/*
|
|
|
|
# generated contracts data
|
|
solidity-verifiers/generated
|
|
examples/*.sol
|
|
examples/*.calldata
|
|
examples/*.inputs
|
|
*.serialized
|
|
*/*.serialized
|