From 77a22f08b34fc32c4d8fbd222792417a1c2fde23 Mon Sep 17 00:00:00 2001 From: Logan McNaughton <848146+loganmc10@users.noreply.github.com> Date: Fri, 16 May 2025 13:32:54 +0200 Subject: [PATCH] ignore settings.json --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a3040a7d..385fb4bf 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ target/ # MSVC Windows builds of rustc generate these, which store debugging information *.pdb - +.vscode/settings.json # Added by cargo /target