Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
xyxBooking-weapp
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
Authored by
hookehuyr
2026-02-03 14:44:33 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3c697e497246f2bcd136ed130c3495328814846f
3c697e49
1 parent
932f8af7
chore: 添加 .claude 目录和 CLAUDE.md 到 .gitignore
更新 Claude 配置以支持 pandoc 命令
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
.claude/settings.local.json
.gitignore
.claude/settings.local.json
View file @
3c697e4
...
@@ -11,7 +11,8 @@
...
@@ -11,7 +11,8 @@
11
"Bash(pnpm format:*)"
,
11
"Bash(pnpm format:*)"
,
12
"Bash(git add:*)"
,
12
"Bash(git add:*)"
,
13
"Bash(git commit:*)"
,
13
"Bash(git commit:*)"
,
14
-
"Bash(git push:*)"
14
+
"Bash(git push:*)"
,
15
+
"Bash(pandoc:*)"
15
]
16
]
16
}
17
}
17
}
18
}
...
...
.gitignore
View file @
3c697e4
...
@@ -6,3 +6,5 @@ node_modules/
...
@@ -6,3 +6,5 @@ node_modules/
6
.DS_Store
6
.DS_Store
7
.swc
7
.swc
8
.history
8
.history
9
+
.claude/
10
+
CLAUDE.md
...
...
Please
register
or
login
to post a comment