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 ._*