v0.2.35
yamadashy/repomixv0.2.35Mar 8, 2025by yamadashy
AI Summary
This release adds folder upload capability to the website, improves gitignore handling, and includes documentation updates.
Key Highlights
- Folder upload option on repomix.com with drag & drop support
- Enhanced gitignore support using .git/info/exclude
- Allows local-only file exclusions without modifying shared .gitignore
- Fixes issue #375
New Features
- Website folder upload capability
- Enhanced gitignore support using .git/info/exclude
- Local-only file exclusions
Full Release Notes
This release adds folder upload capability to the website, improves gitignore handling, and includes documentation updates. ## What's New 🚀 ### Website Folder Upload (#387, #377) * Added folder upload option to the https://repomix.com * Supports drag & drop or folder browser selection Thank you @PaperBoardOfficial for implementing folder upload on our website! ## Improvements ⚡️ ### Enhanced Gitignore Support (#391, #375) * Now uses the contents of `.git/info/exclude` when `useGitignore` is set to true * Allows for local-only file exclusions without modifying the shared `.gitignore` * Fixes issue #375 Thanks to @motlin for improving gitignore support! ## How to Update ``` npm update -g repomix ``` -------- As always if you encounter any issues or have suggestions please let us know through our GitHub issues or join our Discord community https://discord.gg/wNYzTwZFku for support.