From 2dabab9b53823772475da144b9bbad4358be340d Mon Sep 17 00:00:00 2001 From: Lunastra Date: Fri, 3 Dec 2021 20:07:48 -0800 Subject: [PATCH] Update gitignore file to ignore vsCode files --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a2fb5e8..6f55928 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ *.idea venv/ HaskellCode/.vscode/tasks.json -Notes/ \ No newline at end of file +Notes/ + +.vscode/* +!.vscode/launch.json \ No newline at end of file