- Migrated from Python pre-commit to NodeJS-native solution - Reorganized documentation structure - Set up Husky + lint-staged for efficient pre-commit hooks - Fixed Dockerfile healthcheck issue - Added comprehensive documentation index
39 lines
504 B
Plaintext
39 lines
504 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
|
|
*.local
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# Environment files (contain sensitive data)
|
|
.env
|
|
.env.local
|
|
# .env.production - committed with placeholder values for deployment
|
|
.env.staging
|
|
|
|
# Database data
|
|
couchdb-data/
|
|
|
|
# Playwright artifacts
|
|
test-results/
|
|
playwright-report/
|
|
playwright/.cache/
|