.gitignore 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. # e2e results
  2. test-results/
  3. # Logs
  4. *.log
  5. npm-debug.log*
  6. yarn-debug.log*
  7. yarn-error.log*
  8. .pnpm-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. *.pid
  13. *.seed
  14. *.pid.lock
  15. # Directory for instrumented libs generated by jscoverage/JSCover
  16. lib-cov/
  17. # Coverage directory used by tools like istanbul
  18. coverage/
  19. # nyc test coverage
  20. .nyc_output/
  21. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  22. .grunt/
  23. # Bower dependency directory (https://bower.io/)
  24. bower_components/
  25. # node-waf configuration
  26. .lock-wscript/
  27. # Compiled binary addons (https://nodejs.org/api/addons.html)
  28. build/Release/
  29. # Dependency directories
  30. node_modules/
  31. jspm_packages/
  32. # TypeScript cache
  33. *.tsbuildinfo
  34. # Optional npm cache directory
  35. .npm/
  36. # Optional eslint cache
  37. .eslintcache/
  38. # Optional REPL history
  39. .node_repl_history
  40. # Output of 'npm pack'
  41. *.tgz
  42. # Yarn Integrity file
  43. .yarn-integrity
  44. # dotenv environment variables file
  45. .env
  46. .env.development.local
  47. .env.test.local
  48. .env.production.local
  49. .env.local
  50. # next.js build output
  51. .next/
  52. # Docusaurus cache and generated files
  53. .docusaurus/
  54. # Serverless directories
  55. .serverless/
  56. # FuseBox cache
  57. .fusebox/
  58. # DynamoDB Local files
  59. .dynamodb/
  60. # yarn v2
  61. .yarn/cache/
  62. .yarn/unplugged/
  63. .yarn/build-state.yml
  64. .yarn/install-state.gz
  65. .pnp.*
  66. # OS X temporary files
  67. .DS_Store
  68. # IntelliJ IDEA project files; if you want to commit IntelliJ settings, this recipe may be helpful:
  69. # https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
  70. .idea/
  71. *.iml
  72. # Visual Studio Code
  73. !.vscode/settings.json
  74. !.vscode/tasks.json
  75. !.vscode/launch.json
  76. # Rush temporary files
  77. common/deploy/
  78. common/temp/
  79. common/autoinstallers/*/.npmrc
  80. **/.rush/temp/
  81. *.lock
  82. # Common toolchain intermediate files
  83. temp/
  84. lib/
  85. lib-amd/
  86. lib-es6/
  87. lib-esnext/
  88. lib-commonjs/
  89. lib-shim/
  90. dist/
  91. dist-storybook/
  92. *.tsbuildinfo
  93. # Heft temporary files
  94. .cache/
  95. .heft/
  96. # rush standard files
  97. .eslintcache