Skip to content

Commit a7d8865

Browse files
committed
fix: package-lock.json and pnpm-lock.yaml added to .gitignore
1 parent 9386e1c commit a7d8865

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# ignore
22
node_modules
33
dist
4-
.npmrc
4+
package-lock.json
55
yarn.lock
6+
pnpm-lock.yaml
67

78
logs
89
*.log

0 commit comments

Comments
 (0)