Added
- Add
--excludeoption to all upload commands to exclude files matching specific patterns. Supports wildcards like*.mapfor file extensions, exact filenames, and substring matching for paths (e.g.,node_modules,/dist/). #269
Changed
- Configure HTTP client to use HTTP/1.1 instead of HTTP/2 for all upload and build API requests. #270