From 4c8a426599293128987d5b8e4df5152a42ac9348 Mon Sep 17 00:00:00 2001 From: Dominic Go Date: Sun, 22 Sep 2024 04:50:51 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20Chore:=20Update=20`gitigno?= =?UTF-8?q?re`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 5cba43c7..8d766c52 100644 --- a/.gitignore +++ b/.gitignore @@ -31,19 +31,22 @@ project.xcworkspace # Android/IJ # -.idea -.gradle -local.properties -android.iml .classpath .cxx +.gradle +.idea .project .settings +local.properties +android.iml # Cocoapods # example/ios/Pods +# Ruby +example/vendor/ + # node.js # node_modules/ @@ -57,15 +60,6 @@ buck-out/ android/app/libs android/keystores/debug.keystore -# Expo -.expo/* - -# generated by bob -lib/ - -# Ruby -example/vendor/ - # Yarn .yarn/* !.yarn/patches @@ -78,4 +72,13 @@ example/vendor/ .expo/ # Turborepo -.turbo/ \ No newline at end of file +.turbo/ + +# generated by bob +lib/ + +# React Native Codegen +ios/generated +android/generated + +example/ios/.xcode.env.local