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.

119 lines
1.8 KiB

  1. # Created by .ignore support plugin (hsz.mobi)
  2. ### Node template
  3. # Logs
  4. logs
  5. *.log
  6. npm-debug.log*
  7. yarn-debug.log*
  8. yarn-error.log*
  9. lerna-debug.log*
  10. # Diagnostic reports (https://nodejs.org/api/report.html)
  11. report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
  12. # Runtime data
  13. pids
  14. *.pid
  15. *.seed
  16. *.pid.lock
  17. # Directory for instrumented libs generated by jscoverage/JSCover
  18. lib-cov
  19. # Coverage directory used by tools like istanbul
  20. coverage
  21. *.lcov
  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. # Snowpack dependency directory (https://snowpack.dev/)
  36. web_modules/
  37. # TypeScript cache
  38. *.tsbuildinfo
  39. # Optional npm cache directory
  40. .npm
  41. # Optional eslint cache
  42. .eslintcache
  43. # Microbundle cache
  44. .rpt2_cache/
  45. .rts2_cache_cjs/
  46. .rts2_cache_es/
  47. .rts2_cache_umd/
  48. # Optional REPL history
  49. .node_repl_history
  50. # Output of 'npm pack'
  51. *.tgz
  52. # Yarn Integrity file
  53. .yarn-integrity
  54. # dotenv environment variables file
  55. .env
  56. .env.test
  57. # parcel-bundler cache (https://parceljs.org/)
  58. .cache
  59. .parcel-cache
  60. # Next.js build output
  61. .next
  62. # Nuxt.js build / generate output
  63. .nuxt
  64. dist
  65. # Gatsby files
  66. .cache/
  67. # Comment in the public line in if your project uses Gatsby and not Next.js
  68. # https://nextjs.org/blog/next-9-1#public-directory-support
  69. # public
  70. # vuepress build output
  71. .vuepress/dist
  72. # Serverless directories
  73. .serverless/
  74. # FuseBox cache
  75. .fusebox/
  76. # DynamoDB Local files
  77. .dynamodb/
  78. # TernJS port file
  79. .tern-port
  80. # Stores VSCode versions used for testing VSCode extensions
  81. .vscode-test
  82. # yarn v2
  83. .yarn/cache
  84. .yarn/unplugged
  85. .yarn/build-state.yml
  86. .pnp.*
  87. **/node_modules