Files
vue-ts-example/.gitignore
严浩 762d035f38
Some checks failed
CI / cache-and-install (push) Has been cancelled
Playwright Tests
2024-09-26 12:09:51 +08:00

38 lines
415 B
Plaintext

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
.DS_Store
dist
dist-ssr
coverage
*.local
/cypress/videos/
/cypress/screenshots/
# Editor directories and files
# .vscode/*
# !.vscode/extensions.json
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
*.tsbuildinfo
components.d.ts
.vercel
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/