A lexicon-driven AppView for ATProto.
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: gitignore bun.lock

Bun auto-generates `bun.lock` when its scripts run (`bun run build`,
`bun run lint`). The project's web package manager is npm
(`package-lock.json`), so the bun lockfile is incidental — not the
source of truth. Ignore it to keep the working tree clean for anyone
who happens to invoke bun.

Signed-off-by: Chris Pardy <chris.pardy@gmail.com>

author
Chris Pardy
committer
Trezy
date (May 27, 2026, 8:06 AM -0500) commit 9221fd54 parent 735e1047
+1
+1
.gitignore
··· 11 11 .env*.local 12 12 .worktrees/ 13 13 next-env.d.ts 14 + bun.lock