.kiro/
- Entire Kiro AI configuration directory.serena/
- Entire Serena AI tool directorytest-formatting-backup.json
test-preview-conversion.html
debug-timestamp.js
Delete entire scripts/
directory or individual files:
scripts/backup-config.js
scripts/cleanup-old-deployment.js
scripts/delete-old-repo-guide.js
⚠️ (Kiro-generated)scripts/deploy-production.js
scripts/deploy-with-cache-bust.js
scripts/deploy-with-env.sh
scripts/diagnose-cross-repo-deployment.js
scripts/enable-github-pages.js
scripts/final-production-check.js
scripts/fix-cross-repo-deployment.js
scripts/fix-deployment.js
scripts/make-repo-public-guide.js
⚠️ (Kiro-generated)scripts/production-validation.js
scripts/setup-direct-deployment.js
scripts/test-cache-busting-protection.js
scripts/test-cache-busting.js
scripts/test-new-deployment.js
scripts/update-cache-version.js
scripts/verify-deployment.js
Delete entire marketing/
directory:
marketing/marketing-strategy.md
marketing/reddit-marketing-schedule.md
marketing/reddit-posts.md
Delete entire webhook-server/
directory:
webhook-server/api/
webhook-server/package.json
webhook-server/README.md
webhook-server/vercel.json
Delete supabase/migrations/
directory:
supabase/functions/
(Edge Functions are okay to be public)Consider moving these to a /docs
folder or delete if not needed:
DEVELOPMENT.md
EXPORT_FORMATS_GUIDE.md
GOOGLE_AUTH_SETUP.md
GPU_ACCELERATION_PROJECT_SUMMARY.md
IMPORT_SYNC_FIX_SUMMARY.md
PERFORMANCE_OPTIMIZATIONS.md
SECURITY_AUDIT_REPORT.md
✅ extension/
- Browser extension code
✅ extension-firefox/
- Firefox extension code
✅ supabase/functions/
- Edge Functions (public API)
✅ css/
, js/
, auth/
- Web app code
✅ *.html
files - Web pages
✅ package.json
, manifest.json
- Configuration
✅ README.md
, LICENSE
- Documentation
✅ _layouts/
, _config.yml
- Jekyll site
✅ .github/workflows/
- CI/CD (if you want public builds)
.kiro/
, .serena/
(AI tool traces)scripts/
, marketing/
, webhook-server/
docs/
directory and moved documentation filesdev-tools/
directory for development scripts and toolsscripts/
, marketing/
, webhook-server/
to dev-tools/
.gitignore
to reflect new structuredocs/WORKSPACE_STRUCTURE.md
for reference.gitignore
will prevent these from syncing backdev-tools/