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

Add Git LFS tracking for large files #70

Closed
wants to merge 22 commits into from

Conversation

emmyiem
Copy link

@emmyiem emmyiem commented Feb 14, 2025

Summary of Changes:

  • Added Git LFS to manage large files.
  • Configured .gitattributes to track large files (e.g., binaries, images, markdown files).

Why This Change is Needed:

  • Prevents the repository from becoming bloated by large files, ensuring better performance.

How to Use Git LFS:

  1. Install Git LFS: https://git-lfs.github.com/
  2. Run git lfs install after cloning the repository.

Impact:

  • Git LFS must be installed by all contributors for proper functionality.

@emmyiem emmyiem closed this by deleting the head repository Feb 14, 2025
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.

1 participant