From 471130a83aad6dd925119173e704958889d00982 Mon Sep 17 00:00:00 2001 From: Peter Crabtree Date: Tue, 15 Apr 2025 17:28:40 -0400 Subject: [PATCH] dev: expand .vscode/ exclusion in .gitignore Updates the .gitignore file to recursively exclude all .vscode/ directories instead of just the first level --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 841c2dcc8..ae4702714 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,6 @@ multitargeting.props ILSpy.Installer/wix/ /VERSION /ICSharpCode.Decompiler/Properties/DecompilerVersionInfo.cs -*/.vscode/ +**/.vscode/ DecompilerTests.config.json *.trx \ No newline at end of file