From 2a1216a7372538f92a79c73180d618381f7c9bb1 Mon Sep 17 00:00:00 2001
From: zyy <zyy@email.com>
Date: Tue, 24 Jun 2025 18:04:25 +0800
Subject: [PATCH] test

---
 .gitignore |   31 ++++++++-----------------------
 1 files changed, 8 insertions(+), 23 deletions(-)

diff --git a/.gitignore b/.gitignore
index cc05296..efcbbcf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,32 +1,17 @@
-# Compiled class file
 *.class
- 
-# Log file
-*.log
- 
-# BlueJ files
-*.ctxt
- 
+
 # Mobile Tools for Java (J2ME)
 .mtj.tmp/
- 
+
 # Package Files #
 *.jar
 *.war
-*.nar
 *.ear
-*.zip
-*.tar.gz
-*.rar
- 
+
 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
 hs_err_pid*
- 
-#忽略所有.svn目录
-.svn/
-#忽略所有target目录
-target/
-#忽略所有.idea目录
-.idea/
-#忽略所有.iml文件
-*.iml
\ No newline at end of file
+/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
+/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
+/target/maven-archiver/pom.properties
+/target/stock-0.0.1-SNAPSHOT.jar.original
+/target/classes/db/migration/V202403231400.sql

--
Gitblit v1.9.3