From 0046d701fb2878895359b0ffe7a5354c4ccab7e4 Mon Sep 17 00:00:00 2001
From: Mr.Zhang <710666463@qq.com>
Date: 星期三, 18 十月 2023 16:07:09 +0800
Subject: [PATCH] 管理端

---
 .gitignore |   26 +++++++++++++++++++++-----
 1 files changed, 21 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index 32858aa..bfc3f36 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,12 +1,28 @@
+coderd.json
+target/
+*.iml
+log/
+#idea
+.idea
+*.iws
+*.iml
+*.ipr
+.mvn
+mvnw
+mvnw.cmd
+# Compiled class file
 *.class
 
-# Mobile Tools for Java (J2ME)
-.mtj.tmp/
+# Log file
+*.log
+log/
+logs
+.DS_Store
+tmp
 
 # Package Files #
 *.jar
 *.war
-*.ear
 
-# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
-hs_err_pid*
+*/node_modules
+*/unpackage

--
Gitblit v1.9.3