opencode-config/.opencode/templates/fullstack/{{cookiecutter.project_name}}/frontend/knip.json
Sergey 7c3ded601f
feat(template): bake shadcn-svelte + Tailwind v4 + TS into fullstack cookiecutter (#265)
* feat(template): fullstack cookiecutter — Tailwind v4 + TS + shadcn-svelte scaffold

* feat(template): fullstack — shadcn-svelte ui components + dashboard layout

* refactor(template): fullstack — remove counter/Header demo files

* feat(spec): add tailwind/shadcn/ts to STACK_REQUIRED fullstack

* test(template): update fullstack cookiecutter assertions for shadcn-svelte

* fix(ci): ruff format test_cookiecutter_templates

---------

Co-authored-by: opencode-agent <agent@opencode.local>
2026-08-04 22:08:58 +03:00

7 lines
No EOL
194 B
JSON

{
"entry": ["src/**/*.{ts,svelte}", "!src/**/*.test.ts"],
"project": ["src/**/*.{ts,svelte}"],
"ignore": ["build", ".svelte-kit"],
"ignoreBinaries": true,
"ignoreDependencies": false
}