From 9ef7f11c0a65bee530e8f031b5536decfa181681 Mon Sep 17 00:00:00 2001 From: mrq Date: Sun, 5 Feb 2023 06:40:50 +0000 Subject: [PATCH] Updated .gitignore (that does not apply to me because I have a bad habit of having a repo copy separate from a working copy) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) mode change 100644 => 100755 .gitignore diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 index 7693938..6e2edd2 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +# ignores user files +/tortoise/voices/ +/models/ + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]