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__" ]