From 1610847a91086537df1dbbb492cec6cd44b4bbb4 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Thu, 30 May 2024 13:16:37 +0200 Subject: [PATCH] Ignore .vscode --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 58d1ff7..63f5bc2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ target/ -.idea \ No newline at end of file +.idea +.vscode \ No newline at end of file -- GitLab