Files
llmx/.gitignore
Fouad Matin 3cd31c8e13 add: release script (#96)
* add: release script

* add: src to npm module

* fix: readme

Signed-off-by: Fouad Matin <fouad@openai.com>

---------

Signed-off-by: Fouad Matin <fouad@openai.com>
2025-04-16 13:21:22 -07:00

58 lines
476 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/