添加 .claude 配置目录,忽略 TEST 目录

This commit is contained in:
王佑琳 2026-06-03 17:40:59 +08:00
parent 2b1e7385e0
commit 791c56a46b
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,8 @@
{
"permissions": {
"allow": [
"Bash(git add *)",
"Bash(git commit *)"
]
}
}

1
.gitignore vendored
View File

@ -22,3 +22,4 @@ dist-ssr
*.njsproj *.njsproj
*.sln *.sln
*.sw? *.sw?
TEST/