mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-09-14 20:00:29 +08:00
chore: add .claude/launch and ignore plans
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"version": "0.0.1",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "v4",
|
||||
"runtimeExecutable": "pnpm",
|
||||
"runtimeArgs": ["--filter=v4", "dev"],
|
||||
"port": 4000
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -45,6 +45,7 @@ tsconfig.tsbuildinfo
|
||||
.playwright-mcp
|
||||
.playwright-cli
|
||||
shadcn-workspace
|
||||
plans
|
||||
|
||||
# vitest browser mode writes these only on test failure.
|
||||
__screenshots__
|
||||
|
||||
Reference in New Issue
Block a user