Files
oh-my-claudecode/.gitignore
Yeachan-Heo 2b4490fc85 chore: include dist/ in git for seamless plugin installs
- Remove dist/ from .gitignore so compiled output ships with the repo
- Add linguist-generated attributes to hide dist/ from GitHub diffs
- Simplify update guide in all READMEs (no rebuild step needed)

Users no longer need to run npm install or rebuild after plugin
install/update — the compiled code is now included directly.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-05 23:50:26 +00:00

11 lines
118 B
Plaintext

node_modules/
*.log
.DS_Store
.omc/
.sisyphus/
.idea/
# Windows reserved names (prevent accidental creation)
nul
NUL