From 548fc119e617ffb2cefe9b7e18d1c2c0cb171723 Mon Sep 17 00:00:00 2001 From: xfy Date: Tue, 5 Nov 2024 09:51:49 +0800 Subject: [PATCH] update settings --- zed/settings.json | 38 +++++++++++++++++--------------------- 1 file changed, 17 insertions(+), 21 deletions(-) diff --git a/zed/settings.json b/zed/settings.json index d3e9e57..fdd0146 100644 --- a/zed/settings.json +++ b/zed/settings.json @@ -66,45 +66,41 @@ "file_icons": true, "git_status": false }, + "file_scan_exclusions": [ + // "**/.git", + "**/.svn", + "**/.hg", + "**/CVS", + "**/.DS_Store", + "**/Thumbs.db", + "**/.classpath", + "**/.settings" + ], // "proxy": "http://127.0.0.1:10809", "ssh_connections": [ { "host": "57", "projects": [ { - "paths": [ - "~/Developer/show-client" - ] + "paths": ["~/Developer/show-client"] }, { - "paths": [ - "~/Developer/show-client-multiple" - ] + "paths": ["~/Developer/show-client-multiple"] }, { - "paths": [ - "~/Developer/gorra" - ] + "paths": ["~/Developer/gorra"] }, { - "paths": [ - "~/Developer/site_operation_platform" - ] + "paths": ["~/Developer/site_operation_platform"] }, { - "paths": [ - "~/Developer/show-client-v2" - ] + "paths": ["~/Developer/show-client-v2"] }, { - "paths": [ - "~/Developer/show-library" - ] + "paths": ["~/Developer/show-library"] }, { - "paths": [ - "~/Developer/venus" - ] + "paths": ["~/Developer/venus"] } ] }