Skip to content

Commit

Permalink
Delete the lock file as it is not recommended in a monorepo and add t…
Browse files Browse the repository at this point in the history
…he lock to .gitignore
  • Loading branch information
shashankboosi committed Oct 12, 2024
1 parent d37999a commit a29ecac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8,773 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ node_modules
output
.worker-next
.save.next
dist
dist

# Lock file
pnpm-lock.yaml
Loading

0 comments on commit a29ecac

Please sign in to comment.