HMCL/.gitignore

30 lines
292 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
.classpath
.project