init commit

This commit is contained in:
iqudoo
2026-06-05 17:18:53 +08:00
commit 7c8c166637
311 changed files with 43782 additions and 0 deletions

37
.gitignore vendored Normal file
View File

@@ -0,0 +1,37 @@
#### Release And Logs ###
target/
logs/
opt/
runtime/
#### Maven ###
.mvn/
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
nbproject/private/
build/
nbbuild/
dist/
nbdist/
.nb-gradle/
### PID log
hs_err_pid*
replay_pid*
### MAC OS
.DS_Store