From 4957108a909c97cd373c3659bdfad83151f8b2d8 Mon Sep 17 00:00:00 2001 From: Oskar Viljasaar Date: Mon, 4 Nov 2024 22:21:05 +0200 Subject: [PATCH] gitignore: add .vscode --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9626409..196144b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /target Cargo.lock -/data \ No newline at end of file +/data +.vscode