12345678910111213141516171819202122 |
- # directories
- .yarn/
- **/.coverage_artifacts
- **/.coverage_cache
- **/.coverage_contracts
- **/artifacts
- **/build
- **/cache
- **/coverage
- **/dist
- **/node_modules
- **/typechain
- # files
- *.env
- *.log
- *.tsbuildinfo
- .pnp.*
- coverage.json
- npm-debug.log*
- yarn-debug.log*
- yarn-error.log*
|