Files
Anarios 3657de9b2c Fix Shorts support and add userscript voting
Harden Shorts controls, reaction state, and navigation; share voting logic
with the extension; improve ratio-bar rendering; and add comprehensive Jest,
Playwright, artifact, and live-browser regression coverage.
2026-09-01 23:41:28 +02:00

47 lines
605 B
Plaintext

*cert
*Backend
.DS_Store
# Website node modules and build output
Website/package-lock.json
# AI assistant artifacts
.claude/
CLAUDE.md
Website/.editorconfig
Website/node_modules
Website/.nuxt
Website/dist/
Website/_nuxt
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw*
node_modules
# Build files
Extensions/combined/bundled-content-script.js
# Dist Files
Extensions/combined/dist/*
Website/package-lock.json
# Playwright output
/playwright-report/
/test-results/