From b21bd128bf6594a579e146ff779bd98770a19e25 Mon Sep 17 00:00:00 2001 From: Tony Giorgio Date: Mon, 18 Mar 2024 23:31:37 -0500 Subject: [PATCH] Add android play build from gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bd506fa..e11d0c2 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ node_modules dist dist-ssr *.local +android/app/play/* # Editor directories and files .vscode/* @@ -32,4 +33,4 @@ dev-dist /playwright-report/ /playwright/.cache/ -.env \ No newline at end of file +.env