Dpack get data Node : V10
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 

116 lignes
1.7 KiB

  1. # ---> Node
  2. # Logs
  3. logs
  4. *.log
  5. npm-debug.log*
  6. yarn-debug.log*
  7. yarn-error.log*
  8. lerna-debug.log*
  9. # Diagnostic reports (https://nodejs.org/api/report.html)
  10. report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
  11. #NEXT
  12. #/.next/
  13. /out/
  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. *.lcov
  24. # nyc test coverage
  25. .nyc_output
  26. # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
  27. .grunt
  28. # Bower dependency directory (https://bower.io/)
  29. bower_components
  30. # node-waf configuration
  31. .lock-wscript
  32. # Compiled binary addons (https://nodejs.org/api/addons.html)
  33. build/Release
  34. # Dependency directories
  35. node_modules/
  36. jspm_packages/
  37. # TypeScript v1 declaration files
  38. typings/
  39. # TypeScript cache
  40. *.tsbuildinfo
  41. # Optional npm cache directory
  42. .npm
  43. # Optional eslint cache
  44. .eslintcache
  45. # Microbundle cache
  46. .rpt2_cache/
  47. .rts2_cache_cjs/
  48. .rts2_cache_es/
  49. .rts2_cache_umd/
  50. # Optional REPL history
  51. .node_repl_history
  52. # Output of 'npm pack'
  53. *.tgz
  54. # Yarn Integrity file
  55. .yarn-integrity
  56. # dotenv environment variables file
  57. .env
  58. .env.test
  59. .env.local
  60. # parcel-bundler cache (https://parceljs.org/)
  61. .cache
  62. # Next.js build output
  63. #.next
  64. # Nuxt.js build / generate output
  65. .nuxt
  66. dist
  67. # Gatsby files
  68. .cache/
  69. # Comment in the public line in if your project uses Gatsby and not Next.js
  70. # https://nextjs.org/blog/next-9-1#public-directory-support
  71. # public
  72. # vuepress build output
  73. .vuepress/dist
  74. # Serverless directories
  75. .serverless/
  76. # FuseBox cache
  77. .fusebox/
  78. # DynamoDB Local files
  79. .dynamodb/
  80. # TernJS port file
  81. .tern-port
  82. # Stores VSCode versions used for testing VSCode extensions
  83. .vscode-test