.gitignore 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. build
  2. .vscode
  3. /index.js
  4. Mixer_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/