ww1-1.0.0(beta)
Build / build (push) Waiting to run

This commit is contained in:
Yans4440
2026-05-13 19:23:12 +02:00
parent a902f8f383
commit 0c33adfb99
32 changed files with 1812 additions and 0 deletions
+40
View File
@@ -0,0 +1,40 @@
### Gradle ###
.gradle
build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/**/build/
### IntelliJ IDEA ###
.idea/
*.iws
*.iml
*.ipr
out/
!**/src/**/out/
.run/
### Eclipse ###
.apt_generated
.classpath
.eclipse/
.factorypath
.project
.settings
.springBeans
.sts4-cache
bin/
!**/src/**/bin/
### VS Code ###
.vscode/
### Mac OS ###
.DS_Store
### Minecraft Modding ###
run/
!**/src/**/run/
**/src/generated/**/.cache/
repo/
!**/src/**/repo/