From 60a34259c8bec2ce962b60d46643836686610050 Mon Sep 17 00:00:00 2001 From: Quentin Marcou <18257721+qmarcou@users.noreply.github.com> Date: Thu, 25 Apr 2024 17:06:02 +0200 Subject: [PATCH] ignore vscode settings --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6da4d52..f0d9c1b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .Rproj.user .Rhistory tests/testthat/testthat-problems.rds +.vscode/settings.json