Skip to content

Commit

Permalink
recommended files and ignored paths for yarn 4
Browse files Browse the repository at this point in the history
  • Loading branch information
tevanoff committed Jun 11, 2024
1 parent dd68e81 commit 15678f2
Show file tree
Hide file tree
Showing 3 changed files with 907 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
node_modules
.cache
.yarn
.env
*.log
*.tgz
.editorconfig

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

storybook-static
subdir-static
test-storybook
Expand Down
894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.2.2.cjs

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
enableGlobalCache: false

nodeLinker: node-modules

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

0 comments on commit 15678f2

Please sign in to comment.