Skip to content

Commit

Permalink
Fix gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel committed Mar 8, 2024
1 parent 94339e7 commit 57a3276
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ node_modules
.pnp.js

# settings
.yarn*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# testing
/coverage
Expand Down Expand Up @@ -32,4 +37,4 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

lerna-debug.log
lerna-debug.log
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules

0 comments on commit 57a3276

Please sign in to comment.