From 955b0eb014a2f0996a1db0b131e2613e9907980b Mon Sep 17 00:00:00 2001 From: Dominic Go <18517029+dominicstop@users.noreply.github.com> Date: Wed, 5 Jun 2024 05:10:04 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20Chore:=20Update=20`.gitign?= =?UTF-8?q?ore`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.gitignore b/.gitignore index 4f1c43c5..5cba43c7 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,10 @@ project.xcworkspace .gradle local.properties android.iml +.classpath +.cxx +.project +.settings # Cocoapods # @@ -58,3 +62,20 @@ android/keystores/debug.keystore # generated by bob lib/ + +# Ruby +example/vendor/ + +# Yarn +.yarn/* +!.yarn/patches +!.yarn/plugins +!.yarn/releases +!.yarn/sdks +!.yarn/versions + +# Expo +.expo/ + +# Turborepo +.turbo/ \ No newline at end of file