chore: 移除 .pi 和 .claude 目录及其 gitignore 规则
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -399,13 +399,8 @@ env/
|
|||||||
cython_debug/
|
cython_debug/
|
||||||
|
|
||||||
# Custom
|
# Custom
|
||||||
.claude/*
|
|
||||||
!.claude/settings.json
|
|
||||||
.opencode
|
.opencode
|
||||||
.codex
|
.codex
|
||||||
.pi/*
|
|
||||||
!.pi/mcp.json
|
|
||||||
!.pi/extensions
|
|
||||||
openspec/changes/archive
|
openspec/changes/archive
|
||||||
temp
|
temp
|
||||||
.agents
|
.agents
|
||||||
|
|||||||
@@ -1,19 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "https://raw.githubusercontent.com/gotgenes/pi-permission-system/main/schemas/permissions.schema.json",
|
|
||||||
"permission": {
|
|
||||||
"*": "allow",
|
|
||||||
"write": "allow",
|
|
||||||
"edit": "allow",
|
|
||||||
"bash": {
|
|
||||||
"*": "allow",
|
|
||||||
"npm *": "deny",
|
|
||||||
"npx *": "deny",
|
|
||||||
"pnpm *": "deny",
|
|
||||||
"pnpx *": "deny"
|
|
||||||
},
|
|
||||||
"external_directory": {
|
|
||||||
"*": "ask",
|
|
||||||
"/tmp/*": "allow"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"mcpServers": {
|
|
||||||
"tdesign-mcp-server": {
|
|
||||||
"command": "bunx",
|
|
||||||
"args": ["tdesign-mcp-server@latest"]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user