Skip to content

git: Track images in git lfs#669

Merged
nv-jakob merged 1 commit into
mainfrom
jakob/git-lfs
Jun 12, 2026
Merged

git: Track images in git lfs#669
nv-jakob merged 1 commit into
mainfrom
jakob/git-lfs

Conversation

@nv-jakob

@nv-jakob nv-jakob commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Summary by CodeRabbit

  • Chores
    • Configured Git LFS tracking for image and PDF files to improve repository performance and file management.

@coderabbitai

coderabbitai Bot commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Important

Review skipped

Auto incremental reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 14b890fc-e7b9-4efd-93ac-05ae5a8bf07c

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

This PR adds a .gitattributes configuration file to enable Git LFS (Large File Storage) tracking for common binary assets—specifically .gif, .pdf, .svg, .png, and .jpeg files. The configuration includes an exception for small SVG files under deps/cloudxr/webxr_client/public/ to prevent unnecessary LFS attribute handling for that subset.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title directly and accurately describes the main change: adding a .gitattributes file to configure Git LFS tracking for image and PDF formats.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch jakob/git-lfs

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

📥 Commits

Reviewing files that changed from the base of the PR and between 7c59db3 and c33a62d.

⛔ Files ignored due to path filters (11)
  • docs/source/_static/cloudxr-run-output.png is excluded by !**/*.png
  • docs/source/_static/cloudxr-web-client-howto.png is excluded by !**/*.png
  • docs/source/_static/cloudxr_accept_cert_accepted.png is excluded by !**/*.png
  • docs/source/_static/cloudxr_accept_cert_not_private.png is excluded by !**/*.png
  • docs/source/_static/full-body-replay.gif is excluded by !**/*.gif
  • docs/source/_static/hardware-req-01.svg is excluded by !**/*.svg
  • docs/source/_static/hardware-req-02.svg is excluded by !**/*.svg
  • docs/source/_static/hardware-req-03.svg is excluded by !**/*.svg
  • docs/source/_static/hardware-req-04.svg is excluded by !**/*.svg
  • docs/source/_static/isaac-teleop-architecture.svg is excluded by !**/*.svg
  • docs/source/_static/isaacros.png is excluded by !**/*.png
📒 Files selected for processing (1)
  • .gitattributes

Comment thread .gitattributes
@nv-jakob
nv-jakob merged commit 4310623 into main Jun 12, 2026
48 checks passed
@nv-jakob
nv-jakob deleted the jakob/git-lfs branch June 12, 2026 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants