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.

Node.gitignore 1.2KB

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