git: Track images in git lfs#669
Conversation
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughThis PR adds a Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.gitattributes:
- Around line 1-12: The .gitattributes currently tracks *.jpeg but not *.jpg;
add a rule matching *.jpg with the same LFS attributes to ensure files like
docs/source/_static/isaac-teleop-hero.jpg and isaaclab.jpg are stored as LFS
pointers. Update the .gitattributes by adding a line analogous to the existing
"*.jpeg filter=lfs diff=lfs merge=lfs -text" entry (i.e., "*.jpg filter=lfs
diff=lfs merge=lfs -text") so both extensions are handled consistently.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Enterprise
Run ID: 8ae84000-ca6c-421c-b2a1-69e5237d05e0
⛔ Files ignored due to path filters (11)
docs/source/_static/cloudxr-run-output.pngis excluded by!**/*.pngdocs/source/_static/cloudxr-web-client-howto.pngis excluded by!**/*.pngdocs/source/_static/cloudxr_accept_cert_accepted.pngis excluded by!**/*.pngdocs/source/_static/cloudxr_accept_cert_not_private.pngis excluded by!**/*.pngdocs/source/_static/full-body-replay.gifis excluded by!**/*.gifdocs/source/_static/hardware-req-01.svgis excluded by!**/*.svgdocs/source/_static/hardware-req-02.svgis excluded by!**/*.svgdocs/source/_static/hardware-req-03.svgis excluded by!**/*.svgdocs/source/_static/hardware-req-04.svgis excluded by!**/*.svgdocs/source/_static/isaac-teleop-architecture.svgis excluded by!**/*.svgdocs/source/_static/isaacros.pngis excluded by!**/*.png
📒 Files selected for processing (1)
.gitattributes
Summary by CodeRabbit