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.
This commit is contained in:
Solomon1732
2025-07-28 05:46:56 +03:00
parent 2a322934e9
commit 79d905c96d

1
.gitignore vendored
View File

@@ -8,6 +8,7 @@ xtts/
!bin/functions/ !bin/functions/
!bin/functions/** !bin/functions/**
bin/*.exe
bin/logs bin/logs
bin/settings bin/settings
*.txt *.txt