From e63ea439184f71d56efc2705565e179de6ed0623 Mon Sep 17 00:00:00 2001 From: "Boris D." Date: Wed, 11 Sep 2024 15:28:29 -0700 Subject: [PATCH] Ignore vscode settings in git. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cae96269..b70227fb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ /_build local/ vendor/ +.vscode/ .DS_Store *.mobileprovision \ No newline at end of file