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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

5
.gitignore vendored
View file

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