From 5fe2db82669f6b8dbefc91f9c7337fbdf77aa229 Mon Sep 17 00:00:00 2001 From: Elijah Lopez Date: Sat, 3 Dec 2022 17:31:46 -0500 Subject: [PATCH] Ignore .vscode/ --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e83dd7527a..61bea93420 100644 --- a/.gitignore +++ b/.gitignore @@ -26,7 +26,7 @@ qml_qmlcache.qrc # Session Session.vim -# Temporary +# Temporary .netrwhist *~ *.autosave @@ -34,3 +34,4 @@ Session.vim tags # Persistent undo [._]*.un~ +.vscode/