What's Changed
- Add global ignore list for commonly ignored files and directories (
.git,node_modules/, etc.) - Add warning prompt for sensitive files (
.env, etc.) - Add support for hidden files and directories
- Add warning prompt before copying 200,00+ tokens to clipboard
- Add
--no-warningflag to ignore all warnings
- Hidden files by @seankim658 in #48
- Add large token count copy prompt by @seankim658 in #51
- Warning flag by @seankim658 in #52
Full Changelog: v1.1.1...v1.2