From 03273ae797f44cb981e4ac634e59729f2bb5c69d Mon Sep 17 00:00:00 2001 From: Andreas Troelsen Date: Sun, 19 Nov 2017 17:06:01 +0100 Subject: [PATCH] Remove the lib/ folder from .gitignore. The purpose of this is to actually commit to version control the jar(s) necessary to compile. It's not a best practice whatsoever, but if we can commit gradle wrappers, we can commit hard-to-incorporate binary dependencies. As a nice side effect, it should be possible to run some basic CI tooling on the repository. --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index b330747..234b943 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,6 @@ Thumbs.db bin/ build/ misc/ -lib/ test/ target/