• This project
    • Loading...
  • Sign in

Hooke / xyxBooking-weapp

Itomix
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • xyxBooking-weapp
  • .claude
  • settings.local.json
  • hookehuyr's avatar
    chore: 添加 .claude 目录和 CLAUDE.md 到 .gitignore · 3c697e49 ...
    3c697e49
    更新 Claude 配置以支持 pandoc 命令
    hookehuyr authored 2026-02-03 14:44:33 +0800
settings.local.json 387 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
{
  "permissions": {
    "allow": [
      "Skill(glm-plan-usage:usage-query-skill)",
      "Bash(pnpm add:*)",
      "Bash(chmod:*)",
      "Bash(bash:*)",
      "Bash(pnpm lint:no-fix:*)",
      "Bash(pnpm lint:*)",
      "Bash(pnpm list:*)",
      "Bash(pnpm format:*)",
      "Bash(git add:*)",
      "Bash(git commit:*)",
      "Bash(git push:*)",
      "Bash(pandoc:*)"
    ]
  }
}