diff options
author | Bennett Goble <signal@lindenlab.com> | 2023-11-20 08:18:14 -0800 |
---|---|---|
committer | Bennett Goble <signal@lindenlab.com> | 2023-11-20 08:18:14 -0800 |
commit | 972bf55d4bcfc6c9a20fc8d4bc825799178553cf (patch) | |
tree | f20b2419cea0ecb4b12bd21c5685627786eba9cc | |
parent | e4d6a08941f9c4e81bda8ae14d481be5029353fd (diff) |
Ignore .vscode
Add the commonly autocreated .vscode directory to .gitignore.
-rwxr-xr-x | .gitignore | 1 |
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 |