Skip to content

Commit 2691266

Browse files
committed
chore: add package-lock.json to .gitignore
Because we use yarn for development, we need to avoid accidentally checking in package-lock.json from PRs.
1 parent 795b277 commit 2691266

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
@@ -9,3 +9,4 @@ temp
99
.version
1010
.versions
1111
.changelog
12+
package-lock.json

0 commit comments

Comments
 (0)