mirror of
https://github.com/vacp2p/foundry-template.git
synced 2025-01-14 01:26:53 +00:00
16 lines
147 B
Plaintext
16 lines
147 B
Plaintext
# directories
|
|
.yarn/
|
|
**/broadcast
|
|
**/cache
|
|
**/lib
|
|
**/out
|
|
**/node_modules
|
|
|
|
# files
|
|
*.env
|
|
*.log
|
|
.pnp.*
|
|
coverage.json
|
|
yarn-debug.log*
|
|
yarn-error.log*
|