Skip to content

Commit

Permalink
feat(Git): add package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
korpselgbt committed Nov 16, 2024
1 parent d6d963d commit 484b60b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Dependencies
node_modules/
package-lock.json

# Build outputs
dist/
Expand Down Expand Up @@ -30,4 +31,4 @@ yarn-error.log*

# Coverage and test reports
coverage/
.nyc_output/
.nyc_output/

0 comments on commit 484b60b

Please sign in to comment.