mirror of
https://github.com/AtHeartEngineering/bandada.git
synced 2026-01-10 00:48:15 -05:00
36 lines
284 B
Plaintext
36 lines
284 B
Plaintext
# dependencies
|
|
node_modules
|
|
package-lock.json
|
|
yarn.lock
|
|
.yarn
|
|
|
|
# testing
|
|
coverage
|
|
coverage.json
|
|
|
|
# hardhat
|
|
artifacts
|
|
cache
|
|
typechain-types
|
|
|
|
# types
|
|
types
|
|
|
|
# docs
|
|
docs
|
|
|
|
# production
|
|
dist
|
|
build
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
!apps/docs
|