From cd18cb86733f3a0910cc257fb3eadcbd747a9809 Mon Sep 17 00:00:00 2001 From: kevin Date: Sat, 19 Sep 2026 17:26:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=BD=E7=95=A5=E8=BF=90=E8=A1=8C=E4=BA=A7?= =?UTF-8?q?=E7=94=9F=E7=9A=84=20unix=20socket=20=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index cef0a95..91c4908 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,9 @@ # 数据库文件(SQLite) /data/ +# 服务运行产生的 unix socket +*.sock + # 系统文件 .DS_Store ._*