From 4bee6c7ca474bf426a8a1f7041ed3158c780f9f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Thu, 15 Feb 2024 14:56:55 +0100 Subject: [PATCH] Reorganize the gitignore --- .gitignore | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 1dc3852..a007ae5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,18 +1,24 @@ +# Temporary files *.swp +*.log *~ .DS_Store +.vscode/ +# Python files +venv/ +__pycache__/ +.mypy_cache/ + +# Github authentication files +/.github_* + +# yunohost specific cache/output dirs .apps_cache -builds -tools/README-generator/venv/ +builds* + tools/bot-repo-cleanup/.github_token tools/autoupdater-upgrader/.* tools/autopatches/login tools/autopatches/token - -.github_token - -__pycache__ -app_list_auto_update.log -venv