From 69ebb2f3432c842b8c82ece7944a18e3aa0b5a70 Mon Sep 17 00:00:00 2001 From: Pritimay Sarkar Date: Wed, 21 Feb 2024 22:04:48 +0530 Subject: [PATCH] add release folder to gitignore --- app/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/app/.gitignore b/app/.gitignore index 2319ad0..0bfc7f1 100644 --- a/app/.gitignore +++ b/app/.gitignore @@ -1,3 +1,4 @@ /build +/release /google-services* /idea \ No newline at end of file