Update gitignore

This commit is contained in:
2025-05-24 19:22:59 +02:00
parent 02a9c80b19
commit d1c77def49
2 changed files with 3 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
{
"files.autoSave": "off",
"files.exclude": {
"**/.git": false,
".git": false
"**/.git": true,
".git": true
},
"todo-tree.tree.hideTreeWhenEmpty": false
}