From 5e1d149eb5e908720e5bef700b5860404d15c2a6 Mon Sep 17 00:00:00 2001 From: Khalil Yao <47586954+yyz945947732@users.noreply.github.com> Date: Fri, 18 Apr 2025 03:32:08 +0800 Subject: [PATCH] chore: git ignore unwanted package managers (#214) https://github.com/openai/codex/blob/main/package-lock.json Considering that the current repository uses `npm` as the package manager, the related files for `yarn` and `pnpm` are therefore ignored. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 3e287daf..b648434c 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,8 @@ Thumbs.db Icon? .Spotlight-V100/ +# Unwanted package managers +.yarn/ +yarn.lock +pnpm-lock.yaml +