have git ignore the runtime log file

This commit is contained in:
2018-05-15 00:08:59 -07:00
parent 812fffd9bf
commit 663ae64238

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/.gradle /.gradle
/build /build
/bin/ /bin/
/logs/run.log