chore: 更新 .gitignore 文件- 添加 .claude/ 目录到忽略列表

master
李一帆 2025-11-03 15:39:50 +08:00
parent 60877a200a
commit 8f79942377
2 changed files with 6 additions and 3 deletions

View File

@ -12,7 +12,8 @@
"Bash(xargs:*)",
"Bash(find:*)",
"Bash(awk:*)",
"Bash(mkdir:*)"
"Bash(mkdir:*)",
"Bash(dir:*)"
],
"deny": [],
"ask": []

2
.gitignore vendored
View File

@ -12,6 +12,7 @@ target/
*.iml
*.ipr
CLAUDE.md
.claude/
### Eclipse ###
.apt_generated
.classpath
@ -37,3 +38,4 @@ build/
### Mac OS ###
.DS_Store
output/
/.claude/