.gitignore 817 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. # truffle build directory
  25. build/
  26. # macOS
  27. .DS_Store
  28. # truffle
  29. .node-xmlhttprequest-*
  30. # IntelliJ IDE
  31. .idea
  32. # docs artifacts
  33. docs/modules/api
  34. # only used to package @openzeppelin/contracts
  35. contracts/build/
  36. contracts/README.md
  37. # temporary artifact from solidity-coverage
  38. allFiredEvents
  39. .coverage_artifacts
  40. .coverage_cache
  41. .coverage_contracts
  42. # hardat-exposed
  43. contracts-exposed
  44. # Hardhat
  45. /cache
  46. /artifacts
  47. # Foundry
  48. /out
  49. /cache_forge
  50. # Certora
  51. .certora*
  52. .last_confs
  53. certora_*
  54. .zip-output-url.txt