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