From 127fd65efb9ee811458b6de33c7b6cb06c323703 Mon Sep 17 00:00:00 2001
From: xuyonghao <898441624@qq.com>
Date: 星期五, 27 十二月 2024 15:00:27 +0800
Subject: [PATCH] 权限详情-增加type字段区分机构与个人菜单

---
 .gitignore |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 7836932..2344cdf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
 venv
 dist
+data
 build
 main
 __pycache__
@@ -8,3 +9,5 @@
 .vscode
 .ipynb_checkpoints
 .pytest
+*.log
+*.log.*

--
Gitblit v1.8.0