.gitignore 360 B

1234567891011121314151617181920212223242526272829303132333435
  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. # node-waf configuration
  16. .lock-wscript
  17. # Dependency directory
  18. node_modules
  19. # Debug log from npm
  20. npm-debug.log
  21. # local env variables
  22. .env
  23. # truffle build directory
  24. build/
  25. # lol macs
  26. .DS_Store/