From 2937efdefda21a6d5192e6e6f1f79990f5fa9523 Mon Sep 17 00:00:00 2001 From: Misaka Date: Mon, 11 May 2026 20:43:13 +0800 Subject: [PATCH] chore: ignore android/build directory Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0f3c4be..0dbdce7 100644 --- a/.gitignore +++ b/.gitignore @@ -44,6 +44,7 @@ app.*.map.json /android/app/debug /android/app/profile /android/app/release +/android/build/ # AI Agents .claude/ \ No newline at end of file