From aadb33161693606316934a51ae91f892d8c64740 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Fri, 13 Sep 2024 12:09:35 +0200 Subject: [PATCH] Update gitignore after repo split --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index da906ce..ca4e2c2 100644 --- a/.gitignore +++ b/.gitignore @@ -7,18 +7,19 @@ # Python files venv/ +.venv/ __pycache__/ .mypy_cache/ # Github authentication files -/tools/.github_* +.github_* # yunohost specific cache/output dirs .apps_cache builds* # Static assets -tools/app_generator/static +app_generator/static # local debuggings package_linter/