chore(vscode): show git folder

This commit is contained in:
Daniel Radl 2026-04-15 12:44:03 +02:00 committed by GitHub
parent 616ffd4177
commit 1fe7523bfb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,6 +14,7 @@
},
"files.exclude": {
"**/__pycache__": true,
"**/*.pyc": true
"**/*.pyc": true,
"**/.git": false
}
}