This commit is contained in:
2024-07-28 11:01:33 +08:00
parent f3eaa831c0
commit 510d46b122
232 changed files with 21733 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/**
!modules/.gitkeep