From 972bf55d4bcfc6c9a20fc8d4bc825799178553cf Mon Sep 17 00:00:00 2001 From: Bennett Goble Date: Mon, 20 Nov 2023 08:18:14 -0800 Subject: Ignore .vscode Add the commonly autocreated .vscode directory to .gitignore. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f0b5f86211..21f58d5227 100755 --- a/.gitignore +++ b/.gitignore @@ -76,3 +76,4 @@ web/locale.* web/secondlife.com.* .env +.vscode -- cgit v1.2.3