Skip to content

Commit

Permalink
Update gitignore according to yarn docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ejscribner committed Jun 10, 2024
1 parent 74bb880 commit a431afc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ build/Release
# Dependency directories
node_modules/
jspm_packages/
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# TypeScript v1 declaration files
typings/
Expand Down
Binary file removed .yarn/install-state.gz
Binary file not shown.

0 comments on commit a431afc

Please sign in to comment.