Skip to content

Commit c694c37

Browse files
committed
chore: update .gitignore and add pnpm-lock.yaml
- Removed pnpm-lock.yaml from .gitignore to allow tracking of pnpm lock file. - Added pnpm-lock.yaml to the repository to manage package dependencies consistently with pnpm.
1 parent 81e3dbb commit c694c37

File tree

2 files changed

+8215
-2
lines changed

2 files changed

+8215
-2
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ gitignore
1111
node_modules
1212

1313
# we want to keep it flexible for different package managers
14-
pnpm-lock.yaml
1514
yarn.lock
1615
deno.lock
1716
package-lock.json
@@ -42,4 +41,3 @@ build/
4241
# Debug logs
4342
debug/
4443
logs/
45-

0 commit comments

Comments
 (0)