---初始化项目

This commit is contained in:
2025-09-22 16:42:37 +08:00
parent 6532436c9a
commit e136c1d45b
15638 changed files with 9404099 additions and 124 deletions

105
.gitignore vendored
View File

@ -1,88 +1,31 @@
# ---> Java
# Compiled class file
*.class
target/
!.mvn/wrapper/maven-wrapper.jar
# 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*
replay_pid*
# ---> Eclipse
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath
.recommenders
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# PyDev specific (Python IDE for Eclipse)
*.pydevproject
# CDT-specific (C/C++ Development Tooling)
.cproject
# CDT- autotools
.autotools
# Java annotation processor (APT)
### STS ###
.apt_generated
.classpath
.factorypath
# PDT-specific (PHP Development Tools)
.buildpath
# sbteclipse plugin
.target
# Tern plugin
.tern-project
# TeXlipse plugin
.texlipse
# STS (Spring Tool Suite)
.project
.settings
.springBeans
# Code Recommenders
.recommenders/
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
# Annotation Processing
.apt_generated/
.apt_generated_test/
### NetBeans ###
nbproject/private/
nbbuild/
dist/
nbdist/
.nb-gradle/
/*.iml
# Scala IDE specific (Scala & Java development for Eclipse)
.cache-main
.scala_dependencies
.worksheet
# Uncomment this line if you wish to ignore the project description file.
# Typically, this file would be tracked if it contains build/dependency configurations:
#.project
### VS Code ###
.vscode/
.DS_Store
server/src/main/cache/
server/src/main/file/