mirror of
https://github.com/johndoe6345789/snippet-pastebin.git
synced 2026-04-24 05:24:54 +00:00
Add ignored patterns for: - Test and coverage reports (coverage/, .lcov, test-results/) - Playwright test artifacts (playwright-report/, blob-report/) - Quality check state files (.quality/, .qualityrc-cache/) Prevents auto-generated files from being committed to git Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
60 lines
649 B
Plaintext
60 lines
649 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*-dist
|
|
*.local
|
|
|
|
# Next.js
|
|
/.next/
|
|
/out/
|
|
next-env.d.ts
|
|
.vercel
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
.env
|
|
.env.local
|
|
.env*.local
|
|
**/agent-eval-report*
|
|
packages
|
|
pids
|
|
.file-manifest
|
|
.devcontainer/
|
|
|
|
.spark-workbench-id
|
|
.aider*
|
|
|
|
# Test and Coverage Reports
|
|
coverage/
|
|
.coverage
|
|
.nyc_output/
|
|
*.lcov
|
|
test-results/
|
|
blob-report/
|
|
|
|
# Playwright test artifacts
|
|
playwright-report/
|
|
playwright/.cache/
|
|
|
|
# Quality and build state
|
|
.quality/
|
|
.qualityrc-cache/
|