mirror of
https://github.com/garbagemule/MobArena.git
synced 2024-11-26 12:36:00 +01:00
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:
parent
36d6c7f6d7
commit
03273ae797
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,7 +16,6 @@ Thumbs.db
|
|||||||
bin/
|
bin/
|
||||||
build/
|
build/
|
||||||
misc/
|
misc/
|
||||||
lib/
|
|
||||||
test/
|
test/
|
||||||
target/
|
target/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user