SimpleTombstone/.gitignore
fly6516 e1adba7ded feat: 创建简单的墓碑模组
- 实现玩家死亡时生成物品箱的功能
- 添加 Mixin 注解和配置文件
- 设置 Gradle 构建脚本和 GitHub Actions
- 创建客户端和服务端初始化类
- 添加日志记录和事件处理
2025-03-24 15:14:24 +08:00

41 lines
237 B
Plaintext

# gradle
.gradle/
build/
out/
classes/
# eclipse
*.launch
# idea
.idea/
*.iml
*.ipr
*.iws
# vscode
.settings/
.vscode/
bin/
.classpath
.project
# macos
*.DS_Store
# fabric
run/
# java
hs_err_*.log
replay_*.log
*.hprof
*.jfr