From 1af3cb6cf2f635e1d5431942a787d52a2ec3fa70 Mon Sep 17 00:00:00 2001 From: buldi Date: Thu, 9 Feb 2023 22:30:26 +0100 Subject: .gitignore: /.vscode* Some VS Code extensions create directories with this prefix. Change-Id: Ie4a96a276970327d8da39bffd51eaf137e4163bf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146728 Tested-by: Ilmari Lauhakangas Reviewed-by: Ilmari Lauhakangas --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 80da6ef39f9f..70f3f95819d5 100644 --- a/.gitignore +++ b/.gitignore @@ -141,7 +141,7 @@ DerivedData *.opensdf *.vcxproj* /.vs -/.vscode +/.vscode* *.VC.db LibreOffice.VC.VC.opendb -- cgit