From dfb44c83fbc1822abda93863b95f708f438c4627 Mon Sep 17 00:00:00 2001 From: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Date: Mon, 19 Oct 2020 13:03:37 +0200 Subject: added /run to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1b20644f81..c24815789e 100644 --- a/.gitignore +++ b/.gitignore @@ -94,3 +94,4 @@ libs/ *.jar *.errored /build/ +/run \ No newline at end of file -- cgit