Extra contents beyond WaniKani
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.

123 lines
1.9 KiB

2 years ago
  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. # Runtime data
  12. pids
  13. *.pid
  14. *.seed
  15. *.pid.lock
  16. # Directory for instrumented libs generated by jscoverage/JSCover
  17. lib-cov
  18. # Coverage directory used by tools like istanbul
  19. coverage
  20. *.lcov
  21. # nyc test coverage
  22. .nyc_output
  23. # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
  24. .grunt
  25. # Bower dependency directory (https://bower.io/)
  26. bower_components
  27. # node-waf configuration
  28. .lock-wscript
  29. # Compiled binary addons (https://nodejs.org/api/addons.html)
  30. build/Release
  31. # Dependency directories
  32. node_modules/
  33. jspm_packages/
  34. # Snowpack dependency directory (https://snowpack.dev/)
  35. web_modules/
  36. # TypeScript cache
  37. *.tsbuildinfo
  38. # Optional npm cache directory
  39. .npm
  40. # Optional eslint cache
  41. .eslintcache
  42. # Microbundle cache
  43. .rpt2_cache/
  44. .rts2_cache_cjs/
  45. .rts2_cache_es/
  46. .rts2_cache_umd/
  47. # Optional REPL history
  48. .node_repl_history
  49. # Output of 'npm pack'
  50. *.tgz
  51. # Yarn Integrity file
  52. .yarn-integrity
  53. # dotenv environment variables file
  54. .env
  55. .env.test
  56. # parcel-bundler cache (https://parceljs.org/)
  57. .cache
  58. .parcel-cache
  59. # Next.js build output
  60. .next
  61. out
  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. .yarn/install-state.gz
  87. .pnp.*
  88. /tmp/
  89. node_modules/
  90. /wanikani.json
  91. /wanikani.yaml
  92. /radicals.yaml