.gitignore 760 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # See http://help.github.com/ignore-files/ for more about ignoring files.
  2. #
  3. # If you find yourself ignoring temporary files generated by your text editor
  4. # or operating system, you probably want to add a global ignore instead:
  5. # git config --global core.excludesfile ~/.gitignore_global
  6. /tmp
  7. */**/*un~
  8. */**/*.test
  9. *un~
  10. .DS_Store
  11. */**/.DS_Store
  12. .ethtest
  13. */**/*tx_database*
  14. */**/*dapps*
  15. build/_vendor/pkg
  16. #*
  17. .#*
  18. *#
  19. *~
  20. .project
  21. .settings
  22. # used by the Makefile
  23. /build/_workspace/
  24. /build/bin/
  25. /geth*.zip
  26. # travis
  27. profile.tmp
  28. profile.cov
  29. # IdeaIDE
  30. .idea
  31. # VS Code
  32. .vscode
  33. # dashboard
  34. /dashboard/assets/flow-typed
  35. /dashboard/assets/node_modules
  36. /dashboard/assets/stats.json
  37. /dashboard/assets/bundle.js
  38. /dashboard/assets/package-lock.json
  39. **/yarn-error.log