.gitignore 760 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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. build/site
  31. # only used to package @openzeppelin/contracts
  32. contracts/build/
  33. contracts/README.md
  34. # temporary artifact from solidity-coverage
  35. allFiredEvents
  36. .coverage_artifacts
  37. .coverage_cache
  38. .coverage_contracts
  39. # hardat-exposed
  40. contracts-exposed
  41. # Hardhat
  42. /cache
  43. /artifacts
  44. # Foundry
  45. /out
  46. /cache_forge
  47. # Certora
  48. .certora*
  49. .last_confs
  50. certora_*
  51. .zip-output-url.txt