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:
parent
701b6736ff
commit
5e1d149eb5
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -55,3 +55,8 @@ Thumbs.db
|
|||
Icon?
|
||||
.Spotlight-V100/
|
||||
|
||||
# Unwanted package managers
|
||||
.yarn/
|
||||
yarn.lock
|
||||
pnpm-lock.yaml
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue