chore: 初始化项目结构和配置

- 添加 .gitignore 文件,配置版本控制忽略项
- 创建 Maven 项目配置文件 pom.xml- 添加 IntelliJ IDEA 项目配置文件
- 创建项目主类 LimboBackSpawn
This commit is contained in:
CNLuminous
2025-08-08 00:35:01 +08:00
commit f3166c0e4d
7 changed files with 108 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# 默认忽略的文件
/shelf/
/workspace.xml
# 基于编辑器的 HTTP 客户端请求
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml