Skip to content

Commit 037c616

Browse files
committed
chore: update .gitignore to include pnpm store
- Added *.pnpm-store* to .gitignore to prevent pnpm store files from being tracked in the repository.
1 parent ab2d7c8 commit 037c616

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ yarn-error.log*
4242
next-env.d.ts
4343
.env*.local
4444
*.cache*
45+
*.pnpm-store*

0 commit comments

Comments
 (0)