From 0cb349f32a184e4472e851fd0717c7c8ed730499 Mon Sep 17 00:00:00 2001 From: Irenej Bozovicar Date: Mon, 1 Jan 2024 23:43:30 +0100 Subject: [PATCH] Configure .gitattributes to track only WordClips.json --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 78fdd07..3653fc7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -*.json filter=lfs diff=lfs merge=lfs -text \ No newline at end of file +*.js filter=lfs diff=lfs merge=lfs -text \ No newline at end of file