.gitignore 687 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. # buidler
  43. cache
  44. artifacts