Files
llmx/.gitignore
Khalil Yao 5e1d149eb5 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.
2025-04-17 12:32:08 -07:00

63 lines
537 B
Plaintext

# deps
node_modules
# build
dist/
build/
out/
storybook-static/
# ignore README for publishing
codex-cli/README.md
# editor
.vscode/
.idea/
.history/
*.swp
*~
# caches
.cache/
.turbo/
.parcel-cache/
.eslintcache
.nyc_output/
.jest/
*.tsbuildinfo
# logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# env
.env*
!.env.example
# package
*.tgz
# ci
.vercel/
.netlify/
# patches
apply_patch/
# coverage
coverage/
# os
.DS_Store
Thumbs.db
Icon?
.Spotlight-V100/
# Unwanted package managers
.yarn/
yarn.lock
pnpm-lock.yaml