From 28662876a22e813c608acebf258db2051d9cef6d Mon Sep 17 00:00:00 2001 From: coder2020official Date: Sat, 21 May 2022 17:09:59 +0500 Subject: [PATCH] Add workspace exception in gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2586c71..fa4a91e 100644 --- a/.gitignore +++ b/.gitignore @@ -64,6 +64,7 @@ testMain.py #VS Code .vscode/ .DS_Store +*.code-workspace # documentation _build/