Skip to content

Commit 650dac7

Browse files
committed
fix(mvp): ignore lock files
#2
1 parent dd048e2 commit 650dac7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,8 @@ yarn-debug.log*
2323
yarn-error.log*
2424

2525
# ide
26-
/.vscode
26+
/.vscode
27+
28+
# deps lock
29+
yarn.lock
30+
package-lock.json

0 commit comments

Comments
 (0)