1
Fork 0

chore: configure git lfs

This commit is contained in:
Tibo De Peuter 2026-03-21 16:36:33 +01:00
parent 1d8db987da
commit 2e0cf2bf7b
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
4 changed files with 23 additions and 2 deletions

View file

@ -13,7 +13,7 @@ When performing Git operations and managing the repository layout, follow these
- **Feature Branches**: Organize distinct work into logical feature branches when pushing to the remote server, maintaining an organized Git history.
## 3. Artifact Management & Exclusions
- **LFS Only**: Data files, trained models, and large datasets must **never** be committed directly to Git. Ensure they are tracked with Git Large File Storage (LFS).
- **LFS Only**: Data files, trained models, and large datasets must **never** be committed directly to Git. Ensure they are tracked with Git Large File Storage (LFS). **CRITICAL**: Every developer and AI agent must have `git-lfs` installed locally for the repository hooks to successfully pull these large files. Run `git lfs install` after cloning or setting up your environment.
## 4. Repository Layout Strictness
Ensure generated code is meticulously placed in the correct directories: