.gitignore 829 B

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