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.
This commit is contained in:
Khalil Yao
2025-04-18 03:32:08 +08:00
committed by GitHub
parent 701b6736ff
commit 5e1d149eb5

5
.gitignore vendored
View File

@@ -55,3 +55,8 @@ Thumbs.db
Icon?
.Spotlight-V100/
# Unwanted package managers
.yarn/
yarn.lock
pnpm-lock.yaml