Files
metabuilder/pastebin/.gitignore
johndoe6345789 73c8e3d4dc feat: Add snippet-pastebin application
Full-featured pastebin application with:
- Next.js frontend with TypeScript
- Express backend with SQLite/PostgreSQL
- Syntax highlighting for 100+ languages
- Code quality validation system
- Comprehensive accessibility (WCAG compliance)
- Docker deployment configuration
- Playwright E2E tests
- Jest unit tests

This provides a standalone web application that can be
integrated as a capability module in the Universal Platform.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 16:54:54 +00:00

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/