every.channel: sanitized baseline

This commit is contained in:
every.channel 2026-02-15 16:17:27 -05:00
commit 897e556bea
No known key found for this signature in database
258 changed files with 74298 additions and 0 deletions

28
.gitignore vendored Normal file
View file

@ -0,0 +1,28 @@
apps/tauri/resources/yt-dlp/*/venv/
tmp/
target/
apps/tauri/ui/target/
apps/tauri/ui/apps/
apps/tauri/dist/
apps/tauri/gen/
.direnv/
result
.wrangler/
# third_party is managed as submodules for build-critical deps (iroh-live, iroh-gossip).
# Everything else under third_party is treated as local scratch space.
third_party/*
!third_party/iroh-live
!third_party/iroh-org
third_party/iroh-org/*
!third_party/iroh-org/iroh-gossip
# Cloudflare worker local deps / builds
deploy/cloudflare-worker/node_modules/
# NEVER commit private keys
every_channel_ed25519
*.pem
*.key
*.p12
*.pfx
**/.env