Update .gitignore

Update .gitignore to avoid log files upload regardless of directory
This commit is contained in:
Blueprint Coding
2024-07-07 13:44:56 -06:00
parent f9688161eb
commit 4f13de26a9

4
.gitignore vendored
View File

@@ -7,4 +7,6 @@ voice-generation/
xtts/
bin/*
!bin/functions/
!bin/functions/**
!bin/functions/**
*.txt
*.logs