Skip to content

Commit

Permalink
[config] Ignore most yarn stuff (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
meissadia committed Jun 7, 2023
1 parent a8ac2eb commit 0591612
Show file tree
Hide file tree
Showing 4 changed files with 16,476 additions and 11,790 deletions.
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,11 @@ coverage
.nyc_output
.stylelintcache
cypress/videos
.env
.env
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@
"vite": "3.2.4",
"vite-plugin-dts": "^2.2.0",
"vite-plugin-pwa": "^0.14.7",
"vite-svg-loader": "^4.0.0",
"vite-plugin-react-remove-attributes": "^1.0.3",
"vite-svg-loader": "^4.0.0",
"vite-tsconfig-paths": "3.5.2",
"vitest": "0.25.2",
"whatwg-fetch": "3.6.2",
Expand Down
Loading

0 comments on commit 0591612

Please sign in to comment.