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,9 +12,10 @@
"Bash(xargs:*)", "Bash(xargs:*)",
"Bash(find:*)", "Bash(find:*)",
"Bash(awk:*)", "Bash(awk:*)",
"Bash(mkdir:*)" "Bash(mkdir:*)",
"Bash(dir:*)"
], ],
"deny": [], "deny": [],
"ask": [] "ask": []
} }
} }

4
.gitignore vendored
View File

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