.gitignore 542 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # Logs
  2. logs
  3. *.log
  4. npm-debug.log*
  5. yarn-debug.log*
  6. yarn-error.log*
  7. pnpm-debug.log*
  8. lerna-debug.log*
  9. node_modules
  10. dist
  11. dist-ssr
  12. *.local
  13. # Editor directories and files
  14. .vscode/*
  15. !.vscode/extensions.json
  16. .idea
  17. .DS_Store
  18. *.suo
  19. *.ntvs*
  20. *.njsproj
  21. *.sln
  22. *.sw?
  23. # Test reports
  24. playwright-report/
  25. test-results/
  26. coverage/
  27. # TypeScript build info
  28. *.tsbuildinfo
  29. # Compiled JavaScript (from vue-tsc)
  30. src/**/*.js
  31. tests/**/*.js
  32. # Auto-generated type declarations (unplugin-auto-import & unplugin-vue-components)
  33. src/auto-imports.d.ts
  34. src/components.d.ts