Skip to content

Commit 4c8d4f1

Browse files
author
shijiashuai
committed
chore: update .gitignore to exclude local tool configs
Add .omc/ (oh-my-claudecode) and .clangd (LSP configuration) to gitignore. These are local development tools that should not be tracked in version control.
1 parent 8e56c3c commit 4c8d4f1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,12 @@ Thumbs.db
8585
# Local AI agent worktrees
8686
.claude/
8787

88+
# oh-my-claudecode
89+
.omc/
90+
91+
# LSP configuration
92+
.clangd
93+
8894
# Node.js / npm (Docs)
8995
node_modules/
9096
package-lock.json

0 commit comments

Comments
 (0)