mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2024-12-21 07:00:22 +08:00
0f26ae5cfc
* Lazy initialization of Swing * Load ISRG Root X1 certificate only on Java 8 * Replace JOptionPane with JavaFX Alert * Avoid using java.awt.Desktop * Rewrite TexturesLoader * Optimization SelfDependencyPatcher * fix typo * close #968: Use computeIfAbsent to ensure thread safety * Optimization GameVersion::minecraftVersion * code cleanup * Set the initial capacity of readFullyWithoutClosing * code cleanup * Mark inner classes as static if possible * Cache version icon * Code cleanup * Fix ListView scrolling performance issues * DatapackListPage::items * Replace OutputStream with FileChannel::write
55 lines
834 B
Plaintext
55 lines
834 B
Plaintext
*.class
|
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
hs_err_pid*
|
|
|
|
.gradle
|
|
|
|
*.lck
|
|
*.1
|
|
*.2
|
|
*.log
|
|
.mine*
|
|
/externalgames
|
|
NVIDIA
|
|
minecraft-exported-crash-info*
|
|
|
|
# gradle build
|
|
/build/
|
|
/HMCL/build/
|
|
/HMCLCore/build/
|
|
/HMCLTransformerDiscoveryService/build/
|
|
/minecraft/libraries/HMCLTransformerDiscoveryService/build/
|
|
/minecraft/libraries/log4j-patch/build/
|
|
|
|
# idea
|
|
.idea
|
|
/out/
|
|
/HMCL/out/
|
|
/HMCLCore/out/
|
|
/minecraft/libraries/HMCLTransformerDiscoveryService/out/
|
|
/minecraft/libraries/log4j-patch/out/
|
|
|
|
# eclipse
|
|
/bin/
|
|
/HMCL/bin/
|
|
/HMCLCore/bin/
|
|
/minecraft/libraries/HMCLTransformerDiscoveryService/bin/
|
|
/minecraft/libraries/log4j-patch/bin/
|
|
.classpath
|
|
.project
|
|
.settings
|
|
|
|
# netbeans
|
|
.nb-gradle
|
|
|
|
*.exe
|
|
!/HMCL/src/main/resources/assets/HMCLauncher.exe
|
|
|
|
# macos
|
|
.DS_Store
|
|
|
|
# test
|
|
/hmcl.json
|
|
/.hmcl.json
|