mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
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:
committed by
GitHub
Unverified
parent
701b6736ff
commit
5e1d149eb5
@@ -55,3 +55,8 @@ Thumbs.db
|
||||
Icon?
|
||||
.Spotlight-V100/
|
||||
|
||||
# Unwanted package managers
|
||||
.yarn/
|
||||
yarn.lock
|
||||
pnpm-lock.yaml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user