Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add Git attributes for LFS #120

Closed
wants to merge 1 commit into from
Closed

Conversation

cpaniaguam
Copy link
Member

This will reduce the overall size of the repo. More in #119

I'll probably do this for the IFT repo as well.

Selected .png, .tiff, .dat, and .jls file types to be managed by Git LFS. These are the data file extensions used for testing. See how this is handled in the .gitattributes file.

After merging this PR, these file types will be handled by Git LFS. This means that when these files are added, committed, and pushed, they will be stored on a remote server, and text pointers will be stored in the Git repository.

Please note that to work with these large files, contributors will need to have Git LFS installed on their local machine.

@cpaniaguam cpaniaguam self-assigned this Mar 29, 2024
@cpaniaguam cpaniaguam linked an issue Mar 29, 2024 that may be closed by this pull request
Copy link

codecov bot commented Mar 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.88%. Comparing base (e40bf7f) to head (09330ff).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #120   +/-   ##
=======================================
  Coverage   94.88%   94.88%           
=======================================
  Files           7        7           
  Lines         215      215           
=======================================
  Hits          204      204           
  Misses         11       11           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cpaniaguam
Copy link
Member Author

There might be a problem with using LFS. It seems like the org would be over quota if these files were to be added :/

@cpaniaguam cpaniaguam marked this pull request as draft March 29, 2024 15:47
@danielmwatkins
Copy link
Collaborator

danielmwatkins commented Mar 29, 2024 via email

@danielmwatkins
Copy link
Collaborator

danielmwatkins commented Mar 29, 2024 via email

@cpaniaguam cpaniaguam closed this Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

Add LFS support
2 participants