From 4ffa678afcbb366116df70d05c5e0e72749c6912 Mon Sep 17 00:00:00 2001 From: nshen Date: Mon, 28 Mar 2022 21:28:21 +0800 Subject: [PATCH] chore: update gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c8d2ef8..896b51b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ node_modules dist demo/public -yarn.lock \ No newline at end of file +yarn.lock +pnpm-lock.yaml