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