HMCL/.gitignore

37 lines
357 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*
2017-08-01 18:11:47 +08:00
NVIDIA
*.json
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/
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/
# eclipse
/bin/
/HMCL/bin/
/HMCLCore/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