删除多余

This commit is contained in:
ovo 2024-12-06 20:38:22 +08:00
parent 023a43c00e
commit 4257bf671b
1 changed files with 46 additions and 27 deletions

73
.gitignore vendored
View File

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