mirror of
https://github.com/semaphore-protocol/semaphore.git
synced 2026-01-09 14:48:12 -05:00
31 lines
319 B
Plaintext
31 lines
319 B
Plaintext
# dependencies
|
|
node_modules
|
|
package-lock.json
|
|
yarn.lock
|
|
.yarn
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# testing
|
|
coverage
|
|
coverage.json
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Foundry artifact
|
|
cache/
|
|
out/
|
|
|
|
# artifact for deploying on local Anvil node
|
|
**/31337
|