Files
sonobe/.gitignore
arnaucube 234600b39f Move the experimental frontends into a separate crate, so that when not using them they don't take several minutes to compile (and indirect dependencies). (#168)
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.
2024-10-19 16:49:40 +00:00

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