every.channel: sanitized baseline
This commit is contained in:
commit
897e556bea
258 changed files with 74298 additions and 0 deletions
28
.gitignore
vendored
Normal file
28
.gitignore
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue