threepipe
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

.gitignore 1.1KB

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