A fork for fixing some minor bugs with the Aether II.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # Compiled Java
- #zephyroos
- *.class
-
- # Eclipse
- .classpath
- .project
- .settings
-
- # IntelliJ IDEA
- *.iml
- *.ipr
- *.iws
- .idea
- /out
- /classes
- /libs
- /logs
-
- # Gradle
- .gradle
- /build
- /bin
- /run
-
- # Gradle Wrapper
- /gradle/wrapper/dists
-
- # Windows image file caches
- Thumbs.db
- ehthumbs.db
-
- # Folder config file
- Desktop.ini
-
- # JVM crash logs
- hs_err_pid*.log
- replay_pid*.log
|