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.
This commit is contained in:
Andreas Troelsen 2017-11-19 17:06:01 +01:00
parent 36d6c7f6d7
commit 03273ae797
1 changed files with 0 additions and 1 deletions

1
.gitignore vendored
View File

@ -16,7 +16,6 @@ Thumbs.db
bin/
build/
misc/
lib/
test/
target/