chore: 更新 .gitignore 文件- 添加 .claude/ 目录到忽略列表
parent
60877a200a
commit
8f79942377
|
|
@ -12,7 +12,8 @@
|
|||
"Bash(xargs:*)",
|
||||
"Bash(find:*)",
|
||||
"Bash(awk:*)",
|
||||
"Bash(mkdir:*)"
|
||||
"Bash(mkdir:*)",
|
||||
"Bash(dir:*)"
|
||||
],
|
||||
"deny": [],
|
||||
"ask": []
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Reference in New Issue