Track VS Code Java formatter config in repo

Add negated pattern to `.gitignore` for the VS Code Java formatter
configuration file (`.vscode/java-formatter.xml`).
This commit is contained in:
DocW
2026-02-01 14:20:58 -05:00
parent 772dabc708
commit 647fe81537

1
.gitignore vendored
View File

@@ -39,6 +39,7 @@ bin/
# VS Code # VS Code
.vscode/* .vscode/*
!.vscode/java-formatter.xml
!.vscode/settings.json !.vscode/settings.json
# Mac OS # Mac OS