From 3f1e5702a293f31c5b70255c888f8ebc68fe49be Mon Sep 17 00:00:00 2001
From: May <1742057357@qq.com>
Date: 星期一, 27 十一月 2023 10:52:59 +0800
Subject: [PATCH] !454 添加excel多sheet页导出 * add 添加excel多sheet导出

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