From a9cac867ae8c032a39a3076f0a183b2e512acae2 Mon Sep 17 00:00:00 2001 From: Anton Keks Date: Mon, 18 May 2020 00:16:58 +0300 Subject: [PATCH] ignore src zips --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 56f15155..23900d2f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ /test-coverage /.gradle /build +/lib/*src.zip .DS_Store