Skip to content

Commit

Permalink
fix: add yarn in gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisi Linhart committed Oct 23, 2023
1 parent 93db354 commit 41da29b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ node_modules
.env.local
.env.*.local

# Yarn
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions


# Log files
npm-debug.log*
yarn-debug.log*
Expand Down

0 comments on commit 41da29b

Please sign in to comment.