diff --git a/.gitignore b/.gitignore index ec1c5f2..960be45 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,7 @@ /gradle/ gradlew gradlew.bat -/build/ - -# Do it with jenkins in the future -!/build/libs/ \ No newline at end of file +/build/generated/ +/build/classes/ +/build/resources/ +/build/tmp/ \ No newline at end of file diff --git a/build/libs/NanoLimbo-1.0-all.jar b/build/libs/NanoLimbo-1.0-all.jar new file mode 100644 index 0000000..2cace9c Binary files /dev/null and b/build/libs/NanoLimbo-1.0-all.jar differ