mirror of
https://github.com/0xPARC/circom-starter.git
synced 2026-01-09 13:58:01 -05:00
15 lines
260 B
Plaintext
15 lines
260 B
Plaintext
# node
|
|
node_modules/
|
|
|
|
# hardhat
|
|
cache
|
|
artifacts
|
|
|
|
# Ignore the output from circom because we want people to build these
|
|
# Users can remove these lines and commit the artifacts
|
|
circuits/*.r1cs
|
|
circuits/*.vkey.json
|
|
circuits/*.wasm
|
|
circuits/*.zkey
|
|
contracts/*.sol
|