mirror of
https://github.com/garbagemule/MobArena.git
synced 2024-11-26 04:25:21 +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/
|
||||
build/
|
||||
misc/
|
||||
lib/
|
||||
test/
|
||||
target/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user