From af743be5b0d4ef8b69fe60fd617ec498c41e11f3 Mon Sep 17 00:00:00 2001 From: MasterAcnolo <68693319+MasterAcnolo@users.noreply.github.com> Date: Sat, 13 Sep 2025 16:18:17 +0200 Subject: [PATCH] GitIgnore Fix --- .gitignore | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 47a88c4..7361a1d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,10 @@ /node_modules /downloads /dist +/out + +/ressources/ffmpeg.exe +/ressources/ffprobe.exe + logs/*.json -logs/*.log -/out \ No newline at end of file +logs/*.log \ No newline at end of file