From ce1fde8500fca410748d89ba2f41db645c6f3346 Mon Sep 17 00:00:00 2001 From: creamlike1024 Date: Tue, 21 Oct 2025 16:40:22 +0800 Subject: [PATCH] chore: Ignore .zed and debug binaries in .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0cf4ce09a..117c251f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .idea .vscode +.zed upload *.exe *.db @@ -10,10 +11,11 @@ web/dist .env one-api new-api +/__debug_bin* .DS_Store tiktoken_cache .eslintcache .gocache electron/node_modules -electron/dist \ No newline at end of file +electron/dist