Skip to content

Commit 6051719

Browse files
authored
ignore pnpm lock file from git (#319)
since the project is using package-lock.json currently
1 parent 4507cbf commit 6051719

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*.map
55
coverage/
66
node_modules/
7+
pnpm-lock.yaml
78
src/**/*.js
89
test/*.js
910
~test/jest.config.js

0 commit comments

Comments
 (0)