Files
circom-starter/.gitignore
2022-03-11 10:58:58 -07:00

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