Skip to content

Commit 31f0860

Browse files
committed
fix gitignore
1 parent 2746a49 commit 31f0860

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

admin-ui/.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ npm-debug.log*
2525
yarn-debug.log*
2626
yarn-error.log*
2727
yarn.lock
28-
28+
package-lock.json

mobile-ui/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ npm-debug.log*
2525
yarn-debug.log*
2626
yarn-error.log*
2727
yarn.lock
28+
package-lock.json
2829

0 commit comments

Comments
 (0)