From ed212b161bc033ff12e670d53fddf5d23b2aa30a Mon Sep 17 00:00:00 2001 From: PhilKes Date: Fri, 11 Oct 2024 16:40:19 +0200 Subject: [PATCH] Add app/release to .gitignore --- app/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/app/.gitignore b/app/.gitignore index 796b96d1..956c004d 100644 --- a/app/.gitignore +++ b/app/.gitignore @@ -1 +1,2 @@ /build +/release \ No newline at end of file