Files
semaphore/.prettierignore
2024-01-10 13:21:05 +00:00

61 lines
696 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
# subgraph
subgraph.template.yaml
generated
# github
.github/ISSUE_TEMPLATE
# Docusaurus cache and generated files
.docusaurus
.cache-loader
# mdx file
*.mdx
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# other
snark-artifacts
# Next.js
.next/
public
!apps/website/src/app/build