Skip to content

Commit 60bdf15

Browse files
authored
Merge pull request #81 from guyromellemagayano/chore/gitignore-pnp-files
Update `.gitignore`: prevent Yarn PnP files from being committed
2 parents a8aeaf4 + 07ef6cd commit 60bdf15

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)