.gitignore 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. # Logs
  2. *.log
  3. npm-debug.log*
  4. yarn-debug.log*
  5. yarn-error.log*
  6. .pnpm-debug.log*
  7. # Diagnostic reports (https://nodejs.org/api/report.html)
  8. report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
  9. # Runtime data
  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 (http://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 cache
  31. *.tsbuildinfo
  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. .env.development.local
  45. .env.test.local
  46. .env.production.local
  47. .env.local
  48. # next.js build output
  49. .next/
  50. # Docusaurus cache and generated files
  51. .docusaurus/
  52. # Serverless directories
  53. .serverless/
  54. # FuseBox cache
  55. .fusebox/
  56. # DynamoDB Local files
  57. .dynamodb/
  58. # yarn v2
  59. .yarn/cache/
  60. .yarn/unplugged/
  61. .yarn/build-state.yml
  62. .yarn/install-state.gz
  63. .pnp.*
  64. # OS X temporary files
  65. .DS_Store
  66. # IntelliJ IDEA project files; if you want to commit IntelliJ settings, this recipe may be helpful:
  67. # https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
  68. .idea/
  69. *.iml
  70. # Visual Studio Code
  71. .vscode/
  72. !.vscode/tasks.json
  73. !.vscode/launch.json
  74. # Rush temporary files
  75. common/deploy/
  76. common/temp/
  77. common/autoinstallers/*/.npmrc
  78. **/.rush/temp/
  79. *.lock
  80. # Common toolchain intermediate files
  81. temp/
  82. lib/
  83. lib-amd/
  84. lib-es6/
  85. lib-esnext/
  86. lib-commonjs/
  87. lib-shim/
  88. dist/
  89. dist-storybook/
  90. *.tsbuildinfo
  91. # Heft temporary files
  92. .cache/
  93. .heft/
  94. # rush standard files
  95. .eslintcache