Update Spring.gitignore to more cleaned version

This commit is contained in:
Jitendra Singh Rajpurohit 2026-03-17 18:14:29 +05:30 committed by GitHub
parent 57db0f3a6b
commit 48c777b699
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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