From d2ad5bac4956d09c0a745f8507f151dbba5a7b96 Mon Sep 17 00:00:00 2001 From: Luca Di Leo Date: Wed, 29 Mar 2023 16:18:11 +0200 Subject: [PATCH] Added vcpkg venv python38 dist and innosetup folders to gitignore --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 2bf60d58..9c06b143 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,10 @@ settings.yaml __pycache__ *.snap storage/ + + +vcpkg/ +venv/ +python38/ +dist/ +innosetup/ \ No newline at end of file