| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- # Logs
- logs
- *.log
- npm-debug.log*
- yarn-debug.log*
- yarn-error.log*
- pnpm-debug.log*
- lerna-debug.log*
- node_modules
- dist
- dist-ssr
- *.local
- # Editor directories and files
- .vscode/*
- !.vscode/extensions.json
- .idea
- .DS_Store
- *.suo
- *.ntvs*
- *.njsproj
- *.sln
- *.sw?
- # Test reports
- playwright-report/
- test-results/
- coverage/
- # TypeScript build info
- *.tsbuildinfo
- # Compiled JavaScript (from vue-tsc)
- src/**/*.js
- tests/**/*.js
- # Auto-generated type declarations (unplugin-auto-import & unplugin-vue-components)
- src/auto-imports.d.ts
- src/components.d.ts
|