Skip to content

Commit 26a94a4

Browse files
authored
chore: add .pnpm-store and claude local settings to gitignore (#2199)
Adds .pnpm-store and .claude/settings.local.json to gitignore.
1 parent 7607b4c commit 26a94a4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Dependencies
22
node_modules/
3+
.pnpm-store/
34

45
# Build outputs
56
dist/
@@ -41,6 +42,7 @@ MEMORY.md
4142
.agent-trigger
4243
.posthog-code/
4344
.claude/worktrees/
45+
.claude/settings.local.json
4446

4547
# Testing
4648
playwright-results/

0 commit comments

Comments
 (0)