From 79d905c96d1ec4768024794a8bc0006b2d6703d5 Mon Sep 17 00:00:00 2001 From: Solomon1732 Date: Mon, 28 Jul 2025 05:46:56 +0300 Subject: [PATCH] Add windows executable to gitignore I added `bin/*.exe` to gitignore, since the `bin/` directory has `git.exe` as a file when I clone the SillyTavern Launcher repository. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 03b52c3..2ad8ffc 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ xtts/ !bin/functions/ !bin/functions/** +bin/*.exe bin/logs bin/settings *.txt