From 42050c331516298fdd7b920c585e3ddb41c005ce Mon Sep 17 00:00:00 2001 From: Alex Wellnitz Date: Tue, 13 Feb 2024 18:01:52 +0100 Subject: [PATCH] feat: add .vscode/launch.json to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1140555..fb0a093 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /target -.vscode/settings.json \ No newline at end of file +.vscode/settings.json +.vscode/launch.json