Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,15 @@
.pnp.*

# Package manager
# Artefacts of the wrong package manager — this repo is pnpm (see the root
# "packageManager" field). pnpm-lock.yaml is deliberately NOT ignored: apps/web
# deploys to Cloudflare, whose runner installs from the repo. Without the
# lockfile it resolves every "^" range fresh, so a build cannot be reproduced,
# the dependency cache has nothing reliable to key on (a newly added package
# went missing on the runner while everything else resolved, 2026-08-12), and
# nothing identifies pnpm as the package manager.
package-lock.json
yarn.lock
pnpm-lock.yaml
.yarn/*
!.yarn/patches
!.yarn/plugins
Expand Down
7 changes: 0 additions & 7 deletions apps/desktop-ui/src/app/app/database-explorer/layout.tsx

This file was deleted.

Loading