Skip to main content
config/data-gitignore
check: config/data-gitignore · error_code: E-CFG-002 · doctor exits: 0

What you’re seeing

This is a warning, not a failure; doctor still exits 0. Nothing is broken yet, but the guard rail that keeps your local database out of git is gone.

Why

The gitignore that keeps the local store’s data directory out of version control was deleted. Without it, everything PGlite writes to .vendo/data is fair game for git add.

The fix

Run npx vendo init to recreate it, or write the file by hand.
.vendo/data/.gitignore
Re-run npx vendo doctor once the file is back.
  • E-CFG-001: a missing file in the same .vendo/ directory
  • E-STORE-001: what actually lives in .vendo/data and why its durability matters