From 78853b5b4f43d61313d34ff2caee708b4afe252f Mon Sep 17 00:00:00 2001 From: vrenzolaverace Date: Sat, 28 May 2022 07:59:43 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 91997cb..60c54d7 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,6 @@ output-cariddi/ # Dependency directories (remove the comment below to include it) # vendor/ + +# VScode Debugging folder +.vscode/