Browse Source

dev: expand .vscode/ exclusion in .gitignore

Updates the .gitignore file to recursively exclude all .vscode/ directories instead of just the first level
pull/3544/head
Peter Crabtree 9 months ago committed by Siegfried Pammer
parent
commit
471130a83a
  1. 2
      .gitignore

2
.gitignore vendored

@ -19,6 +19,6 @@ multitargeting.props
ILSpy.Installer/wix/ ILSpy.Installer/wix/
/VERSION /VERSION
/ICSharpCode.Decompiler/Properties/DecompilerVersionInfo.cs /ICSharpCode.Decompiler/Properties/DecompilerVersionInfo.cs
*/.vscode/ **/.vscode/
DecompilerTests.config.json DecompilerTests.config.json
*.trx *.trx
Loading…
Cancel
Save