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.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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. *.lcov
  20. # nyc test coverage
  21. .nyc_output
  22. # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
  23. .grunt
  24. # Bower dependency directory (https://bower.io/)
  25. bower_components
  26. # node-waf configuration
  27. .lock-wscript
  28. # Compiled binary addons (https://nodejs.org/api/addons.html)
  29. build/Release
  30. # Dependency directories
  31. node_modules/
  32. jspm_packages/
  33. # TypeScript v1 declaration files
  34. typings/
  35. # TypeScript cache
  36. *.tsbuildinfo
  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. # gatsby files
  57. .cache/
  58. public
  59. # vuepress build output
  60. .vuepress/dist
  61. # Serverless directories
  62. .serverless/
  63. # FuseBox cache
  64. .fusebox/
  65. # DynamoDB Local files
  66. .dynamodb/