From fedb04611bc160030776c7a7296b3976132a51d7 Mon Sep 17 00:00:00 2001
From: 疯狂的狮子li <15040126243@163.com>
Date: 星期一, 30 一月 2023 10:07:27 +0800
Subject: [PATCH] update springboot 3.0.1 => 3.0.2 update springboot-admin 3.0.0-M8 => 3.0.0 update easyexcel 3.1.5 => 3.2.0

---
 .gitignore |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index fd446f4..fa3ee97 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,11 +25,13 @@
 *.iml
 *.ipr
 
+### JRebel ###
+rebel.xml
+
 ### NetBeans ###
 nbproject/private/
 build/*
 nbbuild/
-dist/
 nbdist/
 .nb-gradle/
 
@@ -37,7 +39,10 @@
 # Others
 *.log
 *.xml.versionsBackup
+*.swp
 
 !*/build/*.java
 !*/build/*.html
-!*/build/*.xml
\ No newline at end of file
+!*/build/*.xml
+
+.flattened-pom.xml

--
Gitblit v1.9.3