From d2312a5a23c3f83fbeb748c69c4d7fc282e22843 Mon Sep 17 00:00:00 2001 From: Krzysztof kuhy Rudnicki Date: Thu, 4 Dec 2025 20:35:00 +0100 Subject: [PATCH] Remove workout_log.json and FFmpeg from git tracking - Add workout_log.json to root .gitignore - Remove both files from git index (keep local files) - FFmpeg was already in .gitignore but still tracked --- screen_locker/workout_log.json | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 screen_locker/workout_log.json diff --git a/screen_locker/workout_log.json b/screen_locker/workout_log.json deleted file mode 100644 index 8a19852..0000000 --- a/screen_locker/workout_log.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "2025-11-27": { - "timestamp": "2025-11-27T19:45:38.894904", - "workout_data": { - "type": "strength" - } - }, - "2025-11-28": { - "timestamp": "2025-11-28T12:46:09.077724", - "workout_data": { - "type": "strength" - } - }, - "2025-11-30": { - "timestamp": "2025-11-30T12:12:44.884093", - "workout_data": { - "type": "strength" - } - }, - "2025-12-01": { - "timestamp": "2025-12-01T11:08:00.578301+00:00", - "workout_data": { - "type": "strength" - } - }, - "2025-12-02": { - "timestamp": "2025-12-02T19:52:07.899613+00:00", - "workout_data": { - "type": "strength" - } - } -}