This commit is contained in:
weold957
2023-09-07 23:31:36 +08:00
committed by 97589
commit c0b7d604af
38 changed files with 1265 additions and 0 deletions

20
.gitignore vendored Normal file
View File

@@ -0,0 +1,20 @@
# Gradle build system ignores
.gradle/
build/
# Other IDE related folders
.idea/
.settings/
# MCreator workspace
.mcreator/
# Minecraft client/server files
run/
# MacOS system files
.DS_STORE
# Other Files (In Eclipse)
.classpath
.project