* feat(branding): implement dynamic branding in service worker and reports * refactor(service-worker): remove push notification handling code * feat(service-worker): implement dynamic branding in service worker and related scripts
66 lines
1.1 KiB
Plaintext
66 lines
1.1 KiB
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/versions
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
nul
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# env files (can opt-in for committing if needed)
|
|
.env*
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# supabase temp files
|
|
supabase/.temp/
|
|
|
|
# claude local settings
|
|
.claude/settings.local.json
|
|
.claude/scheduled_tasks.lock
|
|
|
|
# swarm audit reports (generated by /swarm)
|
|
.swarm/
|
|
|
|
# generated service worker (built from public/sw.template.js by
|
|
# scripts/inject-public-branding.mjs — runs via predev/prebuild)
|
|
/public/sw.js
|
|
|
|
# dev docs (internal reference, not published)
|
|
/dev_docs
|
|
|
|
# Extension registry (auto-generated but defaults are committed)
|
|
# Run `npm run setup:extensions` to regenerate after changing extensions.config.json
|
|
# The empty defaults in lib/extensions/_generated/ are committed so core compiles
|
|
# out of the box without running the generator.
|
|
supabase/.branches/
|