初始化项目
This commit is contained in:
+29
@@ -0,0 +1,29 @@
|
||||
# ---> Project
|
||||
|
||||
# logs
|
||||
**/logs/
|
||||
|
||||
# ai
|
||||
.claude
|
||||
|
||||
# ---> Maven
|
||||
target/
|
||||
pom.xml.tag
|
||||
pom.xml.releaseBackup
|
||||
pom.xml.versionsBackup
|
||||
pom.xml.next
|
||||
release.properties
|
||||
dependency-reduced-pom.xml
|
||||
buildNumber.properties
|
||||
.mvn/timing.properties
|
||||
# https://github.com/takari/maven-wrapper#usage-without-binary-jar
|
||||
.mvn/wrapper/maven-wrapper.jar
|
||||
|
||||
# ---> Eclipse
|
||||
.settings/
|
||||
.project
|
||||
.classpath
|
||||
|
||||
# ---> Idea
|
||||
.idea/
|
||||
*.iml
|
||||
Reference in New Issue
Block a user