Skip to content

Commit

Permalink
bumping yarn to v3.5.0 + zero-install setup
Browse files Browse the repository at this point in the history
  • Loading branch information
arthursimas1 committed Jun 1, 2023
1 parent 3aece51 commit 1a97c6d
Show file tree
Hide file tree
Showing 1,435 changed files with 48,991 additions and 10,428 deletions.
17 changes: 13 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,19 @@
firebaseConfig.json
.vscode

# dependencies
/node_modules
/.pnp
.pnp.js
# yarn & dependencies
.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
#!.yarn/sdks
!.yarn/versions

yarn-debug.log*
yarn-error.log*

node_modules

# next.js
/.next/
Expand Down
31,040 changes: 31,040 additions & 0 deletions .pnp.cjs

Large diffs are not rendered by default.

Loading

0 comments on commit 1a97c6d

Please sign in to comment.