From da8240794b681f1dcd62feb6aead0b15dc290c08 Mon Sep 17 00:00:00 2001 From: Bill Sacks Date: Tue, 30 Nov 2021 15:55:11 -0700 Subject: [PATCH] Track .nc files via git lfs --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index e9f0bd7694..3ab9b6ad54 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,3 +4,4 @@ *.jpeg filter=lfs diff=lfs merge=lfs -text *.gif filter=lfs diff=lfs merge=lfs -text *.pdf filter=lfs diff=lfs merge=lfs -text +*.nc filter=lfs diff=lfs merge=lfs -text