mirror of
https://github.com/every-app/open-seo.git
synced 2026-09-14 19:59:50 +08:00
20 lines
485 B
Plaintext
20 lines
485 B
Plaintext
**/build
|
|
**/public
|
|
pnpm-lock.yaml
|
|
# no parser for dotenv files; explicit `prettier <file>` aborts without this
|
|
.env*
|
|
routeTree.gen.ts
|
|
.opencode/package.json
|
|
|
|
# vendored skills are hash-pinned in skills-lock.json; don't reformat them
|
|
.agents/skills/
|
|
# real copies synced from .agents/skills/ via `pnpm sync-plugin-skills` — must
|
|
# stay byte-identical to the canonical source, not reformatted
|
|
plugins/openseo/skills/
|
|
dist/
|
|
drizzle/
|
|
drizzle-pg/
|
|
planning/
|
|
worker-configuration.d.ts
|
|
web/
|