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