Skip to content

Commit f3440f1

Browse files
author
Hacksore
committed
Update .gitignore
Exclude the package-lock.json file
1 parent 7464cab commit f3440f1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,7 @@ typings/
5858
.env
5959

6060
# next.js build output
61-
.next
61+
.next
62+
63+
# package lock
64+
package-lock.json

0 commit comments

Comments
 (0)