From 02c5bcb0d1361dacd805018ade071c5e974e933a Mon Sep 17 00:00:00 2001 From: Chi Huu Huynh <73843190+Chi-EEE@users.noreply.github.com> Date: Thu, 5 Sep 2024 23:06:15 +0100 Subject: [PATCH] Add "crbab-venv" to gitignore (#226) --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5d6b155..70c7f8e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ __pycache__/ *.pyc clashroyalebuildabot/debug clashroyalebuildabot/emulator/platform-tools -env/ \ No newline at end of file +env/ +crbab-venv/ \ No newline at end of file