From b6da9c4662b3fba234b8dc69700ffa44fced7482 Mon Sep 17 00:00:00 2001 From: Markos Gogoulos Date: Mon, 11 May 2026 14:18:36 +0300 Subject: [PATCH] fix: add secret key to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d39ddfef..1ec2398e 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ frontend-tools/chapters-editor/client/public/videos/sample-video.mp3 static/chapters_editor/videos/sample-video.mp3 static/video_editor/videos/sample-video.mp3 templates/todo-MS4.md +.secret_key