From 6733abe14f1228712fa61527007e0b53cd897879 Mon Sep 17 00:00:00 2001 From: Kevin Date: Mon, 16 Mar 2026 09:01:15 +0800 Subject: [PATCH] fix/ add app-expo folder to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 1573f26..97fdd6e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +app-expo/ + # Python __pycache__/ *.py[cod]