Files
contracts/.eslintignore
2022-02-17 16:22:22 +01:00

37 lines
291 B
Plaintext

# dependencies
node_modules
package-lock.json
yarn.lock
# testing
coverage
coverage.json
# docs
docs
# hardhat
cache
# types
types
# openzeppelin
.openzeppelin
# circuits
circuits
# production
dist
build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*