From 96dae99e1712439e2ec1a1ca6f39a92042b03226 Mon Sep 17 00:00:00 2001 From: Burt <1020103647@qq.com> Date: Sat, 20 Jan 2024 15:23:13 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=A2=9E=E5=8A=A0=20.gitignore=20?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index bddbc64..decaa92 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,6 @@ src/manifest.json # lock 文件还是不要了,我主要的版本写死就好了 pnpm-lock.yaml package-lock.json + +# TODO:如果某些文件已经加入了版本管理,现在重新加入 .gitignore 是不生效的,需要执行下面的操作 +# `git rm -r cached .` 然后提交 commit 即可。