summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBennett Goble <signal@lindenlab.com>2023-11-20 08:18:14 -0800
committerBennett Goble <signal@lindenlab.com>2023-11-20 08:18:14 -0800
commit972bf55d4bcfc6c9a20fc8d4bc825799178553cf (patch)
treef20b2419cea0ecb4b12bd21c5685627786eba9cc
parente4d6a08941f9c4e81bda8ae14d481be5029353fd (diff)
Ignore .vscode
Add the commonly autocreated .vscode directory to .gitignore.
-rwxr-xr-x.gitignore1
1 files changed, 1 insertions, 0 deletions
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