From 0a5e0f49f9dc5aa64adbbb92d8d8d62b80798f22 Mon Sep 17 00:00:00 2001 From: Mygod Date: Mon, 26 Feb 2018 19:11:52 -0800 Subject: [PATCH] Ignore debug builds --- mobile/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/mobile/.gitignore b/mobile/.gitignore index 242ec3ba..c7d39cbd 100644 --- a/mobile/.gitignore +++ b/mobile/.gitignore @@ -1,4 +1,5 @@ /build +/debug /release # tests aren't ready yet