mirror of
https://github.com/interep-project/contracts.git
synced 2026-01-10 05:47:59 -05:00
37 lines
291 B
Plaintext
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*
|