From f2f1ef8c52f3773eaaf0e91cd5e8c35365c3ab81 Mon Sep 17 00:00:00 2001 From: fw_qaq <82551626+Jack-Zhang-1314@users.noreply.github.com> Date: Wed, 9 Nov 2022 21:39:24 +0800 Subject: [PATCH] chore: add the lock file of pnpm and yarn in the .gitignore (#37) * add the lock file of pnpm and yarn in the .gitignore * dockerignore --- .dockerignore | 2 ++ .gitignore | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.dockerignore b/.dockerignore index d4054af..b93afa5 100644 --- a/.dockerignore +++ b/.dockerignore @@ -4,6 +4,8 @@ docs scripts node_modules package-lock.json +pnpm-lock.yaml +yarn.lock .DS_Store .cache diff --git a/.gitignore b/.gitignore index 4ccddc0..cd05af3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ build dist node_modules package-lock.json +pnpm-lock.yaml +yarn.lock .DS_Store .cache