.gitignore 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. build
  2. .vscode
  3. /index.js
  4. Tornado_flat.sol
  5. # Created by .ignore support plugin (hsz.mobi)
  6. ### Node template
  7. # Logs
  8. logs
  9. *.log
  10. npm-debug.log*
  11. yarn-debug.log*
  12. yarn-error.log*
  13. lerna-debug.log*
  14. # Diagnostic reports (https://nodejs.org/api/report.html)
  15. report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
  16. # Runtime data
  17. pids
  18. *.pid
  19. *.seed
  20. *.pid.lock
  21. # Directory for instrumented libs generated by jscoverage/JSCover
  22. lib-cov
  23. # Coverage directory used by tools like istanbul
  24. coverage
  25. *.lcov
  26. # nyc test coverage
  27. .nyc_output
  28. # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
  29. .grunt
  30. # Bower dependency directory (https://bower.io/)
  31. bower_components
  32. # node-waf configuration
  33. .lock-wscript
  34. # Compiled binary addons (https://nodejs.org/api/addons.html)
  35. build/Release
  36. # Dependency directories
  37. node_modules/
  38. jspm_packages/
  39. # TypeScript v1 declaration files
  40. typings/
  41. # TypeScript cache
  42. *.tsbuildinfo
  43. # Optional npm cache directory
  44. .npm
  45. # Optional eslint cache
  46. .eslintcache
  47. # Optional REPL history
  48. .node_repl_history
  49. # Output of 'npm pack'
  50. *.tgz
  51. # Yarn Integrity file
  52. .yarn-integrity
  53. # dotenv environment variables file
  54. .env
  55. .env.test
  56. # parcel-bundler cache (https://parceljs.org/)
  57. .cache
  58. # next.js build output
  59. .next
  60. # nuxt.js build output
  61. .nuxt
  62. # vuepress build output
  63. .vuepress/dist
  64. # Serverless directories
  65. .serverless/
  66. # FuseBox cache
  67. .fusebox/
  68. # DynamoDB Local files
  69. .dynamodb/
  70. ERC20Tornado_flat.sol
  71. ETHTornado_flat.sol
  72. coverage.json