From 6d80bd9d1476a2ced077093105f0b3ea30313f0f Mon Sep 17 00:00:00 2001 From: Gruummy Date: Tue, 16 Jul 2024 15:33:25 +0200 Subject: [PATCH 1/2] contributor specific settings --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f75d9509..d8e0f598 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,9 @@ +# Contributer ignore: where all local testing / learning stuff should be located +# in this directory, to not be included in pushes / merges / pull requests +.local +# to not include vscode configfolder in pushes / merges / pull requests +.vscode +# Starting from here: ignore of official maintainers env/ build/ dist/ @@ -8,4 +14,3 @@ dist/ *.pyc *.egg-info *.swp -.vscode/ From 08154fd0d798a521be5b8106a9579a03708e13fd Mon Sep 17 00:00:00 2001 From: Gruummy Date: Mon, 29 Jul 2024 18:28:13 +0200 Subject: [PATCH 2/2] Extend vscode default ignores also to handle .venv location --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d8e0f598..3b99fe3b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ .local # to not include vscode configfolder in pushes / merges / pull requests .vscode +.venv # Starting from here: ignore of official maintainers env/ build/