Skip to content

Commit 9a242db

Browse files
chore: Add .pnp.* files to .gitignore
Prevent Yarn PnP files from being accidentally committed. The project uses node-modules linker (configured in .yarnrc.yml), so .pnp.* files should not be generated or tracked.
1 parent dca89fd commit 9a242db

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
@@ -39,3 +39,7 @@ yarn-error.log*
3939
# Firebase
4040
.firebase
4141
firebase-debug.log
42+
43+
# Yarn PnP (not used - we use node-modules linker)
44+
.pnp.*
45+
.pnp

0 commit comments

Comments
 (0)