From c690b76fcf570bdd868af9078fe1e9c44a6a0411 Mon Sep 17 00:00:00 2001 From: csh Date: Sun, 2 Nov 2025 15:46:50 +0800 Subject: [PATCH] =?UTF-8?q?:wrench:=20gitignore=E6=96=B0=E5=A2=9E=E8=BF=87?= =?UTF-8?q?=E6=BB=A4=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f7cd268..9290ca1 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ vscode/out lsp-server/build lsp-server/test/test_ast/build lsp-server/test/test_symbol/build +lsp-server/test/test_lsp_any/build