Files
JStom/.gitignore
Zephrynis 7c9283a043
All checks were successful
Build JStom / build (push) Successful in 1m22s
Move spawn point
2026-01-26 23:21:50 +00:00

69 lines
550 B
Plaintext

# Gradle
.gradle
build/
!**/src/main/**/build/
!**/src/test/**/build/
# Java
*.class
*.log
*.ctxt
.mtj.tmp/
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# IntelliJ IDEA
.idea/
*.iml
*.iws
*.ipr
out/
# Eclipse
.classpath
.project
.settings/
bin/
# VS Code
.vscode/
# System
.DS_Store
Thumbs.db
# Project specific
*.log
# Exceptions
!gradle/wrapper/gradle-wrapper.jar
# IntelliJ IDEA
.idea/
*.iml
*.iws
*.ipr
out/
# Eclipse
.classpath
.project
.settings/
bin/
# VS Code
.vscode/
# System
.DS_Store
Thumbs.db
# Project specific
*.log
world/