chore: 初始化项目结构和配置
- 添加 .gitignore 文件,配置版本控制忽略项 - 创建 Maven 项目配置文件 pom.xml- 添加 IntelliJ IDEA 项目配置文件 - 创建项目主类 LimboBackSpawn
This commit is contained in:
Generated
+8
@@ -0,0 +1,8 @@
|
||||
# 默认忽略的文件
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# 基于编辑器的 HTTP 客户端请求
|
||||
/httpRequests/
|
||||
# Datasource local storage ignored files
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
||||
Reference in New Issue
Block a user