mirror of
https://github.com/CryptKeeperZK/semaphore.git
synced 2026-01-08 23:17:58 -05:00
38 lines
312 B
Plaintext
38 lines
312 B
Plaintext
# dependencies
|
|
node_modules
|
|
package-lock.json
|
|
yarn.lock
|
|
.yarn
|
|
|
|
# testing
|
|
coverage
|
|
coverage.json
|
|
|
|
# hardhat
|
|
artifacts
|
|
cache
|
|
typechain-types
|
|
|
|
# types
|
|
types
|
|
|
|
# circuits
|
|
circuits
|
|
|
|
# production
|
|
dist
|
|
build
|
|
docs
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# packages
|
|
cli-template-*
|