mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
66 lines
738 B
Plaintext
66 lines
738 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*
|
|
|
|
# Temporary test artifacts
|
|
tests/temp-*/
|
|
|
|
# Test and Coverage Reports
|
|
coverage/
|
|
.coverage
|
|
.nyc_output/
|
|
*.lcov
|
|
test-results/
|
|
blob-report/
|
|
|
|
# Playwright test artifacts
|
|
playwright-report/
|
|
playwright/.cache/
|
|
|
|
# Testcontainers E2E temp state
|
|
.e2e-env.json
|
|
|
|
# Quality and build state
|
|
.quality/
|
|
.qualityrc-cache/
|