From 2d7b3b10115f86e061f78eccc403f27e6f0dc57c Mon Sep 17 00:00:00 2001 From: Victor Phan Date: Fri, 12 Dec 2025 20:36:12 +0700 Subject: [PATCH] Track large files with Git LFS --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dd009d7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.tif filter=lfs diff=lfs merge=lfs -text +*.joblib filter=lfs diff=lfs merge=lfs -text +*.nc filter=lfs diff=lfs merge=lfs -text +*.ipynb filter=lfs diff=lfs merge=lfs -text