chore: add ssh tui project, ignore GhidraMCP

- add nicholai-ssh-tui project reference
- add GhidraMCP to gitignore
This commit is contained in:
Nicholai Vogel 2026-01-21 00:05:45 -07:00
parent 55f25b63e4
commit e48913b318
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -18,3 +18,4 @@ history.jsonl
security_warnings_state_*
.credentials.json
stats-cache.json
GhidraMCP/

View File

@ -89,6 +89,7 @@ nicholai specific info
- production domain: nicholai.work
- hosted on cloudflare pages
- deploy to production: `bun deploy` then `wrangler pages deploy --branch=main`
- nicholai's website is also accessible over ssh, (new project) /mnt/work/dev/personal-projects/nicholai-ssh-tui/
- ooIDE project at /mnt/work/dev/ooIDE/
- monorepo: frontend (Next.js 16/React 19) + backend (Express 5/Bun)
- uses bun as package manager