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.

90 lines
1.4 KiB

4 years ago
  1. # Created by https://www.gitignore.io/api/node
  2. # Edit at https://www.gitignore.io/?templates=node
  3. ### Node ###
  4. # Logs
  5. logs
  6. *.log
  7. npm-debug.log*
  8. yarn-debug.log*
  9. yarn-error.log*
  10. lerna-debug.log*
  11. # Diagnostic reports (https://nodejs.org/api/report.html)
  12. report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
  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 (https://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. .env.test
  50. # parcel-bundler cache (https://parceljs.org/)
  51. .cache
  52. # next.js build output
  53. .next
  54. # nuxt.js build output
  55. .nuxt
  56. # vuepress build output
  57. .vuepress/dist
  58. # Serverless directories
  59. .serverless/
  60. # FuseBox cache
  61. .fusebox/
  62. # DynamoDB Local files
  63. .dynamodb/
  64. # End of https://www.gitignore.io/api/node