Some checks failed
Build & Push Docker Image / test-and-build (push) Failing after 31s
RECIPE-0009: deduplication, notifications, UI improvements - Iteration 0: deduplication, push notification subscribe, UI - Iteration 1: footer status bar, icon-only buttons - Iteration 2: ARIA-compliant footer icon contrast yt-dlp extractor: - Replace Playwright scraper with yt-dlp subprocess - Feature flag EXTRACTOR_BACKEND (ytdlp|playwright) - Dockerfile: add yt-dlp via pip3 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
41 lines
439 B
Plaintext
41 lines
439 B
Plaintext
node_modules
|
|
|
|
# Output
|
|
.output
|
|
.vercel
|
|
.netlify
|
|
.wrangler
|
|
/.svelte-kit
|
|
/build
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Env
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
!.env.test
|
|
|
|
# Secrets (never commit cookies, tokens or credentials)
|
|
secrets/
|
|
|
|
# Local certificates
|
|
.ssl/
|
|
|
|
# Vite
|
|
vite.config.js.timestamp-*
|
|
vite.config.ts.timestamp-*
|
|
debug_page.txt
|
|
|
|
.github/agents/
|
|
.github/schemas/
|
|
.github/skills/
|
|
.github/agents
|
|
.github/schemas
|
|
.github/skills
|
|
|
|
prompts/
|
|
test-results/
|