Files
Step-Height-Fix/.gitignore
Ryan Macham 7ea30c9570
Some checks failed
Build / build (push) Has been cancelled
Initial 1.9 release for 26.1.x
2026-04-16 20:47:13 +01:00

41 lines
441 B
Plaintext
Executable File

### 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/