You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add --verbose and --no-gitignore options to cloud upload
Improves cloud upload diagnostics and user experience when files are
filtered by ignore patterns.
Changes:
- Add --verbose flag to show detailed filtering information
- Lists all files being scanned
- Shows which files are ignored and which are included
- Displays ignore patterns being used
- Shows summary of files to upload vs ignored
- Add --no-gitignore flag to skip .gitignore patterns
- Still respects .bmignore patterns
- Useful when uploading files that are normally gitignored
- Enhanced ignore_utils.py:
- Add use_gitignore parameter to load_gitignore_patterns()
- Allows selective loading of ignore patterns
- Comprehensive test coverage:
- Test verbose output
- Test --no-gitignore skips .gitignore patterns
- Test --no-gitignore still respects .bmignore
- Test wildcard patterns (reproduces user's issue)
Fixes#361
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments