Add VSCode settings to suppress Git ignore limit warning

This commit is contained in:
2025-02-24 23:16:29 +01:00
parent 737c037e85
commit 6f3f343865

3
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"git.ignoreLimitWarning": true
}