From 48c777b699619d08556215783f7c374509aa145d Mon Sep 17 00:00:00 2001 From: Jitendra Singh Rajpurohit Date: Tue, 17 Mar 2026 18:14:29 +0530 Subject: [PATCH] Update Spring.gitignore to more cleaned version --- Spring.gitignore | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/Spring.gitignore b/Spring.gitignore index cbcca9bc..6be23632 100644 --- a/Spring.gitignore +++ b/Spring.gitignore @@ -1,19 +1,32 @@ -# Compiled +# Compiled class file *.class # Logs *.log logs/ +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + # Build target/ build/ -# Packages +# 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* +replay_pid* # Maven pom.xml.tag @@ -53,10 +66,6 @@ out/ Thumbs.db desktop.ini -# JVM crashes -hs_err_pid* -replay_pid* - # Temp *.tmp *.temp