threepipe
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 979B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. dist
  2. lib
  3. docs
  4. /index.html
  5. examples/**/*.js
  6. examples/**/*.js.map
  7. # Logs
  8. logs
  9. *.log
  10. npm-debug.log*
  11. yarn-debug.log*
  12. yarn-error.log*
  13. # Runtime data
  14. pids
  15. *.pid
  16. *.seed
  17. *.pid.lock
  18. # Directory for instrumented libs generated by jscoverage/JSCover
  19. lib-cov
  20. # Coverage directory used by tools like istanbul
  21. coverage
  22. # nyc test coverage
  23. .nyc_output
  24. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  25. .grunt
  26. # Bower dependency directory (https://bower.io/)
  27. bower_components
  28. # node-waf configuration
  29. .lock-wscript
  30. # Compiled binary addons (https://nodejs.org/api/addons.html)
  31. build/Release
  32. # Dependency directories
  33. node_modules/
  34. jspm_packages/
  35. # TypeScript v1 declaration files
  36. typings/
  37. # Optional npm cache directory
  38. .npm
  39. # Optional eslint cache
  40. .eslintcache
  41. # Optional REPL history
  42. .node_repl_history
  43. # Output of 'npm pack'
  44. *.tgz
  45. # Yarn Integrity file
  46. .yarn-integrity
  47. # dotenv environment variables file
  48. .env
  49. # next.js build output
  50. .next