From a811fb5d21b91d484d87efa10ef3a1c5fc5107b8 Mon Sep 17 00:00:00 2001 From: Dendy Faist Date: Fri, 16 Feb 2024 13:09:24 +0100 Subject: [PATCH] Update .gitignore --- .gitignore | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 04dafec..9b1cd96 100644 --- a/.gitignore +++ b/.gitignore @@ -3,15 +3,21 @@ *.log tmp/ +res/ +config.toml + +# --- Python --- *.py[cod] *.egg build htmlcov __pycache__/ -config.toml +venv/ +# -------------- +# --- ONScripter --- *.txt *.ttc *.ttf envdata -venv/ +# ------------------