mirror of
https://github.com/Anarios/return-youtube-dislike.git
synced 2026-09-12 10:22:10 +02:00
3657de9b2c
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.
47 lines
605 B
Plaintext
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/
|