Skip to content

Commit 58ec78f

Browse files
authored
Add Claude related folders/files to .gitignore (#4252)
## Motivation For those of us using Claude Code, we probably don't want these files to be committed as they can be specific to each of our setups ## Proposal Add Claude files to `.gitignore` ## Test Plan Files don't show up anymore ## Release Plan - Nothing to do / These changes follow the usual release cycle.
1 parent 21369a1 commit 58ec78f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,7 @@ node_modules
3131
# as a library, so we don't want to
3232
# include their lock files.
3333
linera-web/**/*-lock.json
34+
35+
# Claude
36+
.claude
37+
CLAUDE.md

0 commit comments

Comments
 (0)