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.

51 lines
569 B

3 months ago
  1. node_modules
  2. .DS_Store
  3. dist
  4. dist-ssr
  5. dist.zip
  6. dist.tar
  7. dist.war
  8. .nitro
  9. .output
  10. *-dist.zip
  11. *-dist.tar
  12. *-dist.war
  13. coverage
  14. *.local
  15. **/.vitepress/cache
  16. .cache
  17. .turbo
  18. .temp
  19. dev-dist
  20. .stylelintcache
  21. yarn.lock
  22. package-lock.json
  23. .VSCodeCounter
  24. **/backend-mock/data
  25. # local env files
  26. .env.local
  27. .env.*.local
  28. .eslintcache
  29. logs
  30. *.log
  31. npm-debug.log*
  32. yarn-debug.log*
  33. yarn-error.log*
  34. pnpm-debug.log*
  35. lerna-debug.log*
  36. vite.config.mts.*
  37. vite.config.mjs.*
  38. vite.config.js.*
  39. vite.config.ts.*
  40. # Editor directories and files
  41. .idea
  42. # .vscode
  43. *.suo
  44. *.ntvs*
  45. *.njsproj
  46. *.sln
  47. *.sw?
  48. .history