MatterLink/.gitignore

32 lines
210 B
Plaintext
Raw Normal View History

2018-01-19 22:28:00 +00:00
#Courtesy of Buildcraft
#idea
*.iml
*.ipr
*.iws
.idea
out
2018-01-21 05:18:59 +00:00
build
classes
2018-01-19 22:28:00 +00:00
#eclipse
.project
.classpath
.settings/
.metadata
*.launch
org.*
bin
2018-01-21 05:18:59 +00:00
#gradle
.gradle
2018-01-19 22:28:00 +00:00
#runtime
run
run_server
#mac
2018-01-21 05:18:59 +00:00
.DS_Store
2018-02-11 15:33:19 +00:00
*.hprof