diff --git a/.gitignore b/.gitignore index 9154f4c..5d8007a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,8 @@ -# ---> Java -# Compiled class file + *.class -# Log file *.log -# BlueJ files -*.ctxt - # Mobile Tools for Java (J2ME) .mtj.tmp/ @@ -24,3 +19,20 @@ hs_err_pid* replay_pid* + + +# 默认忽略的文件 +/shelf/ +/workspace.xml +# 基于编辑器的 HTTP 客户端请求 +/httpRequests/ + +# IntelliJ IDEA +.idea/ +*.iml +*.ipr +*.iws + +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/README.md b/README.md index 2bcca68..2bf529f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # LineCountProject +此存储库是一个试验性项目,尝试摸索出touGe平台的行数统计规则。 \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..c2142e0 --- /dev/null +++ b/pom.xml @@ -0,0 +1,36 @@ + + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 3.3.1 + + + + com.example + linecountproject + 0.0.1-SNAPSHOT + lineCountProject + + + 17 + + + + org.springframework.boot + spring-boot-starter-web + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + +