Skip to content

Commit b4a11db

Browse files
committed
chore(config): ignore package-lock.json
Add package-lock.json to .gitignore to prevent it from being tracked by version control.
1 parent 3820415 commit b4a11db

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ node_modules
1111
dist
1212
dist-ssr
1313
*.local
14+
package-lock.json
1415

1516
# Editor directories and files
1617
.vscode/*

0 commit comments

Comments
 (0)