.gitignore 132 B

12345678910111213141516
  1. .secret.ts
  2. package-lock.json
  3. node_modules
  4. .env
  5. coverage
  6. coverage.json
  7. typechain
  8. typechain-types
  9. #Hardhat files
  10. cache
  11. artifacts