mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2024-11-21 03:10:58 +08:00
50 lines
587 B
Plaintext
50 lines
587 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
|
|
|
|
# gradle build
|
|
/build/
|
|
/HMCL/build/
|
|
/HMCLCore/build/
|
|
/HMCLTransformerDiscoveryService/build/
|
|
|
|
# idea
|
|
.idea
|
|
/out/
|
|
/HMCL/out/
|
|
/HMCLCore/out/
|
|
/HMCLTransformerDiscoveryService/out/
|
|
|
|
# eclipse
|
|
/bin/
|
|
/HMCL/bin/
|
|
/HMCLCore/bin/
|
|
/HMCLTransformerDiscoveryService/bin/
|
|
.classpath
|
|
.project
|
|
.settings
|
|
|
|
# netbeans
|
|
.nb-gradle
|
|
|
|
*.exe
|
|
!/HMCL/src/main/resources/assets/HMCLauncher.exe
|
|
|
|
# macos
|
|
.DS_Store
|
|
|
|
# test
|
|
/hmcl.json
|
|
/.hmcl.json
|