mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 16:43:05 +02:00
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
This commit is contained in:
parent
84bdef75b0
commit
df38784035
3
.gitignore
vendored
3
.gitignore
vendored
@ -249,3 +249,6 @@ __marimo__/
|
||||
fps_demo
|
||||
server_c
|
||||
Bash/ffmpeg-build/FFmpeg
|
||||
|
||||
# Screen locker workout log
|
||||
python_pkg/screen_locker/workout_log.json
|
||||
|
||||
@ -1 +0,0 @@
|
||||
Subproject commit 0bc54cddb1050c3c55bc65adbd3c8aa90d7eb457
|
||||
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user