init commit

This commit is contained in:
ycl
2024-08-05 16:14:01 +08:00
commit 057beca6f9
49 changed files with 2741 additions and 0 deletions

33
template/.gitignore vendored Normal file
View File

@@ -0,0 +1,33 @@
## java
bin/
classes/
## eclipse
.settings/
.classpath
.project
## idea
*.iml
.idea/**
HELP.md
!.idea/dataSources.xml
## vscode
.vscode/
.factorypath
## maven:
target/
test-output/
## system
.DS_Store
logs/
*.log
## vs
.vs
!modules/.gitkeep
.gen