From b7ce8b8deb39e43a537a5581e02909739a0584a0 Mon Sep 17 00:00:00 2001
From: TanYibin <5491541@qq.com>
Date: Thu, 9 Mar 2023 14:27:54 +0800
Subject: [PATCH] 忽略文件添加 Signed-off-by: TanYibin <5491541@qq.com>

---
 .gitignore | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 9485075..cda7538 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,11 +3,9 @@
 *.iml
 
 ## backend
-**/target
-**/logs
+logs/
 **/static/**
-**/upFiles/**
-
+upFiles/
 ## front
 **/*.lock
 
--
libgit2 0.22.2