.gitignore 868 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. .idea
  17. *.iml
  18. #*
  19. .#*
  20. *#
  21. *~
  22. .project
  23. .settings
  24. # used by the Makefile
  25. /build/_workspace/
  26. /build/cache/
  27. /build/bin/
  28. /geth*.zip
  29. # travis
  30. profile.tmp
  31. profile.cov
  32. # IdeaIDE
  33. .idea
  34. # VS Code
  35. .vscode
  36. # dashboard
  37. /dashboard/assets/flow-typed
  38. /dashboard/assets/node_modules
  39. /dashboard/assets/stats.json
  40. /dashboard/assets/bundle.js
  41. /dashboard/assets/bundle.js.map
  42. /dashboard/assets/package-lock.json
  43. **/yarn-error.log
  44. # QUORUM
  45. generated-release-notes.md
  46. build/PEEPS