HMCL/.gitignore

52 lines
718 B
Plaintext
Raw Normal View History

2015-06-22 16:06:03 +08:00
*.class
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
2015-06-22 16:47:05 +08:00
.gradle
2017-08-16 10:29:59 +08:00
*.lck
*.1
*.2
2015-06-22 16:47:05 +08:00
*.log
.mine*
/externalgames
2017-08-01 18:11:47 +08:00
NVIDIA
minecraft-exported-crash-info*
2015-06-22 16:47:05 +08:00
2017-08-01 18:11:47 +08:00
# gradle build
/build/
2017-02-18 18:41:00 +08:00
/HMCL/build/
2017-08-01 18:11:47 +08:00
/HMCLCore/build/
2022-05-22 01:45:09 +08:00
/HMCLTransformerDiscoveryService/build/
2021-12-18 10:38:05 +08:00
/minecraft/libraries/HMCLTransformerDiscoveryService/build/
2017-08-01 18:11:47 +08:00
2018-08-29 00:03:50 +08:00
# idea
.idea
2017-08-01 18:11:47 +08:00
/out/
/HMCL/out/
2018-08-29 00:03:50 +08:00
/HMCLCore/out/
2021-12-18 10:38:05 +08:00
/minecraft/libraries/HMCLTransformerDiscoveryService/out/
2018-08-29 00:03:50 +08:00
# eclipse
/bin/
/HMCL/bin/
/HMCLCore/bin/
2021-12-18 10:38:05 +08:00
/minecraft/libraries/HMCLTransformerDiscoveryService/bin/
2018-08-29 00:03:50 +08:00
.classpath
.project
.settings
2018-08-29 20:28:43 +08:00
# netbeans
2018-11-23 17:08:17 +08:00
.nb-gradle
2021-05-25 13:14:43 +08:00
*.exe
!/HMCL/src/main/resources/assets/HMCLauncher.exe
# macos
.DS_Store
2021-07-10 23:25:26 +08:00
# test
/hmcl.json
/.hmcl.json