mirror of
https://github.com/CryptKeeperZK/semaphore.git
synced 2026-01-08 23:17:58 -05:00
47 lines
536 B
Plaintext
47 lines
536 B
Plaintext
# dependencies
|
|
node_modules
|
|
package-lock.json
|
|
yarn.lock
|
|
.yarn
|
|
|
|
# testing
|
|
coverage
|
|
coverage.json
|
|
|
|
# hardhat
|
|
artifacts
|
|
cache
|
|
typechain-types
|
|
packages/contracts/deployed-contracts/undefined.json
|
|
packages/contracts/deployed-contracts/hardhat.json
|
|
packages/contracts/deployed-contracts/localhost.json
|
|
|
|
# circuits
|
|
circuits
|
|
|
|
# contracts
|
|
Verifier*.sol
|
|
|
|
# production
|
|
dist
|
|
build
|
|
docs
|
|
|
|
# github
|
|
.github/ISSUE_TEMPLATE
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# other
|
|
snark-artifacts
|
|
|
|
# Next.js
|
|
.next/
|
|
public |