v0.2.35.md•941 B
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.