Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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