Skip to content

Commit

Permalink
chore: update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
wainola committed Nov 7, 2023
1 parent 244bc78 commit 68ba84d
Show file tree
Hide file tree
Showing 3 changed files with 898 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ yarn-error.log*
.env

# yarn NON Zero-install
.yarn/*
.pnp.*
.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

Expand Down
893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.1.cjs

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ compressionLevel: 0

enableGlobalCache: true

nodeLinker: node-modules
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.1.cjs

0 comments on commit 68ba84d

Please sign in to comment.