.gitignore 749 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. *.swp
  2. *.swo
  3. # Logs
  4. logs
  5. *.log
  6. # Runtime data
  7. pids
  8. *.pid
  9. *.seed
  10. allFiredEvents
  11. scTopics
  12. # Coverage directory used by tools like istanbul
  13. coverage
  14. coverage.json
  15. coverageEnv
  16. # node-waf configuration
  17. .lock-wscript
  18. # Dependency directory
  19. node_modules
  20. # Debug log from npm
  21. npm-debug.log
  22. # local env variables
  23. .env
  24. # macOS
  25. .DS_Store
  26. # IntelliJ IDE
  27. .idea
  28. # docs artifacts
  29. docs/modules/api
  30. # only used to package @openzeppelin/contracts
  31. contracts/build/
  32. contracts/README.md
  33. # temporary artifact from solidity-coverage
  34. allFiredEvents
  35. .coverage_artifacts
  36. .coverage_cache
  37. .coverage_contracts
  38. # hardat-exposed
  39. contracts-exposed
  40. # Hardhat
  41. /cache
  42. /artifacts
  43. # Foundry
  44. /out
  45. /cache_forge
  46. # Certora
  47. .certora*
  48. .last_confs
  49. certora_*
  50. .zip-output-url.txt