From 31c3382adefcd771bac65d16833801b70922fe00 Mon Sep 17 00:00:00 2001 From: Tommy Bidne Date: Tue, 4 Jun 2024 22:06:29 -0400 Subject: [PATCH] Add vscode to gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index aac8c9b9..24fcfe7d 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,6 @@ cabal.project.local result* # profiling -*prof \ No newline at end of file +*prof + +/.vscode/