From d67dd173678463595f972be7a079f774b858c52a Mon Sep 17 00:00:00 2001 From: A_D Date: Wed, 22 Jul 2020 14:22:44 +0200 Subject: [PATCH] ignore editor and virtual enviroment directories Just to ensure that they're not reported by any local tools --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index e6e08332..a1e314a8 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,7 @@ appcast_win_*.xml appcast_mac_*.xml EDMarketConnector.VisualElementsManifest.xml *.zip + +.idea +.vscode +venv