From d1c77def493857e7e35b6d98086f6464f31d674f Mon Sep 17 00:00:00 2001 From: Jonathan Berrisch Date: Sat, 24 May 2025 19:22:59 +0200 Subject: [PATCH] Update gitignore --- .gitignore | 2 +- .vscode/settings.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d70b31b..dc5fb57 100644 --- a/.gitignore +++ b/.gitignore @@ -86,4 +86,4 @@ data/* # Ignore html files for now # TODO: Remove later *.html -25_07_phd_defense/index_cache/* +25_07_phd_defense/index_cache diff --git a/.vscode/settings.json b/.vscode/settings.json index 25e8c29..7dad5ea 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,8 +1,8 @@ { "files.autoSave": "off", "files.exclude": { - "**/.git": false, - ".git": false + "**/.git": true, + ".git": true }, "todo-tree.tree.hideTreeWhenEmpty": false } \ No newline at end of file