Files
zk-kit/.eslintignore
2022-06-24 12:27:08 +02:00

38 lines
296 B
Plaintext

# dependencies
node_modules
package-lock.json
yarn.lock
.yarn
# testing
coverage
coverage.json
# docs
docs
# benchmarks
benchmarks/results
# hardhat
cache
# types
types
# production
dist
build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# others
target