mirror of
https://github.com/semaphore-protocol/semaphore.git
synced 2026-01-08 22:28:08 -05:00
48 lines
453 B
Plaintext
48 lines
453 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
|
|
|
|
# subgraph
|
|
subgraph.template.yaml
|
|
generated
|
|
|
|
# Docusaurus cache and generated files
|
|
.docusaurus
|
|
.cache-loader
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# packages
|
|
cli-template-*
|
|
|
|
!apps/website/src/app/build
|