-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
42 lines (34 loc) · 1.02 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
node_modules
#Hardhat files
cache
artifacts
typechain
dist
circuit/pedersen_comm_babyjubjub_js/*
!circuit/pedersen_comm_babyjubjub_js/circuit_final.zkey
!circuit/pedersen_comm_babyjubjub_js/pedersen_comm_babyjubjub.wasm
!circuit/pedersen_comm_babyjubjub_js/verification_key.json
!circuit/pedersen_comm_babyjubjub_js/witness_calculator.js
circuit/range_proof_js/*
!circuit/range_proof_js/circuit_final.zkey
!circuit/range_proof_js/proof.json
!circuit/range_proof_js/range_proof.wasm
!circuit/range_proof_js/verification_key.json
!circuit/range_proof_js/witness_calculator.js
circuit/pedersen_comm_plus_range_proof_js/*
!circuit/pedersen_comm_plus_range_proof_js/circuit_final.zkey
!circuit/pedersen_comm_plus_range_proof_js/pedersen_comm_plus_range_proof.wasm
!circuit/pedersen_comm_plus_range_proof_js/verification_key.json
!circuit/pedersen_comm_plus_range_proof_js/witness_calculator.js
circuit/proof.json
circuit/public.json
node_modules
.env
coverage
coverage.json
typechain
#Hardhat files
cache
artifacts
package-lock.json
yarn.lock