From 23b43d848cf824be56e3ef4889d24e71ece2ad82 Mon Sep 17 00:00:00 2001 From: ZennDev1337 Date: Mon, 5 Aug 2024 04:43:41 +0200 Subject: [PATCH] update to zed settings --- .config/zed/settings.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/zed/settings.json b/.config/zed/settings.json index b56dbf3..251c96c 100644 --- a/.config/zed/settings.json +++ b/.config/zed/settings.json @@ -15,10 +15,10 @@ "dark": "Ayu Mirage" }, "file_scan_exclusions": [ - ".idea", - ".git", - ".code", - ".venv", + ".idea/", + ".git/", + ".code/", + ".venv/", "**/.run", "**/__pycache__" ]