gitignore 优化

This commit is contained in:
HuangQing 2025-03-07 19:33:44 +08:00
parent 27722b3825
commit 0161e5f17e

51
.gitignore vendored
View File

@ -1,23 +1,38 @@
# Compiled class file target/
*.class !.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
# Log file ### IntelliJ IDEA ###
*.log .idea/modules.xml
.idea/jarRepositories.xml
.idea/compiler.xml
.idea/libraries/
*.iws
*.iml
*.ipr
# BlueJ files ### Eclipse ###
*.ctxt .apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
# Mobile Tools for Java (J2ME) ### NetBeans ###
.mtj.tmp/ /nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/
# Package Files # ### VS Code ###
*.jar .vscode/
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml ### Mac OS ###
hs_err_pid* .DS_Store