From 0d9c063c58692feb8f07172a99029ce65580852f Mon Sep 17 00:00:00 2001 From: Sean Morley Date: Fri, 29 Nov 2024 17:03:20 -0500 Subject: [PATCH] Update .gitignore to exclude .vscode/settings.json --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 42e61c1..fd9d0df 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ # Ignore everything in the .venv folder -.venv/ \ No newline at end of file +.venv/ +.vscode/settings.json